Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] [DataMovement] [Files] Fixed share file container listing when directory is listed on download #39805

Merged
merged 1 commit into from
Nov 7, 2023

Fixed share file container listing when directory is listed on download

adbe538
Select commit
Loading
Failed to load commit list.
Merged

[Storage] [DataMovement] [Files] Fixed share file container listing when directory is listed on download #39805

Fixed share file container listing when directory is listed on download
adbe538
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - storage - tests failed Nov 7, 2023 in 1h 29m 20s

Build #20231107.2 had test failures

Details

Tests

  • Failed: 37,951 (45.44%)
  • Passed: 37,211 (44.55%)
  • Other: 8,365 (10.01%)
  • Total: 83,527
Code coverage

  • 12269 of 38252 branches covered (32.07%)
  • 48658 of 125101 lines covered (38.89%)

Annotations

Check failure on line 441765 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Build log #L441765

Bash exited with code '1'.

Check failure on line 447129 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Build log #L447129

Bash exited with code '1'.

Check failure on line 1363958 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Build log #L1363958

Cmd.exe exited with code '1'.

Check failure on line 447579 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Build log #L447579

Cmd.exe exited with code '1'.

Check failure on line 1 in Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Delete_Basic

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Delete_Basic

Azure.RequestFailedException : Public access is not permitted on this storage account.
RequestId:7c8cf243-d01e-004e-3cae-11d668000000
Time:2023-11-07T19:16:20.9791278Z
Status: 409 (Public access is not permitted on this storage account.)
ErrorCode: PublicAccessNotPermitted

Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:7c8cf243-d01e-004e-3cae-11d668000000
Time:2023-11-07T19:16:20.9791278Z</Message></Error>

Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 7c8cf243-d01e-004e-3cae-11d668000000
x-ms-client-request-id: 84436b95-4256-4a87-b854-7112a2d17ab6
x-ms-version: 2023-11-03
x-ms-error-code: PublicAccessNotPermitted
Date: Tue, 07 Nov 2023 19:16:20 GMT
Content-Length: 248
Content-Type: application/xml
Raw output
   at Azure.Storage.Blobs.ContainerRestClient.Create(Nullable`1 timeout, IDictionary`2 metadata, Nullable`1 access, String defaultEncryptionScope, Nullable`1 preventEncryptionScopeOverride, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated/ContainerRestClient.cs:line 116
   at Azure.Storage.Blobs.BlobContainerClient.CreateInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken, String operationName) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1207
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1095
   at Azure.Core.Pipeline.TaskExtensions.EnsureCompleted[T](Task`1 task) in /mnt/vss/_work/1/s/sdk/core/Azure.Core/src/Shared/TaskExtensions.cs:line 33
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExists(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 864
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass4_0`1.<<WrapAsyncResultCore>g__Await|0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 121
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass5_0`1.<<ValidateDiagnosticScopeInterceptor>b__0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 172
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.ValidateDiagnosticScope[T](Func`1 action, MethodInfo methodInfo, String source) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 205
   at Azure.Storage.Blobs.Tests.ClientBuilderExtensions.GetTestContainerAsync(ClientBuilder`2 clientBuilder, BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/ClientBuilderExtensions.cs:line 89
   at Azure.Storage.Test.Shared.BlobTestBase.GetTestContainerAsync(BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/BlobTestBase.cs:line 64
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateContainerAsync() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1071
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateBlobsAsync(Int32 count, String prefix) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1099
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Delete_Basic() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 253
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Delete_Basic() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 268
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   

Check failure on line 1 in Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Delete_Basic_Convenience_AccountSas

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Delete_Basic_Convenience_AccountSas

Azure.RequestFailedException : Public access is not permitted on this storage account.
RequestId:7c8cf260-d01e-004e-59ae-11d668000000
Time:2023-11-07T19:16:21.0259224Z
Status: 409 (Public access is not permitted on this storage account.)
ErrorCode: PublicAccessNotPermitted

Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:7c8cf260-d01e-004e-59ae-11d668000000
Time:2023-11-07T19:16:21.0259224Z</Message></Error>

Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 7c8cf260-d01e-004e-59ae-11d668000000
x-ms-client-request-id: 2d2146dc-c7f8-4f2d-8720-d66842f47807
x-ms-version: 2023-11-03
x-ms-error-code: PublicAccessNotPermitted
Date: Tue, 07 Nov 2023 19:16:20 GMT
Content-Length: 248
Content-Type: application/xml
Raw output
   at Azure.Storage.Blobs.ContainerRestClient.Create(Nullable`1 timeout, IDictionary`2 metadata, Nullable`1 access, String defaultEncryptionScope, Nullable`1 preventEncryptionScopeOverride, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated/ContainerRestClient.cs:line 116
   at Azure.Storage.Blobs.BlobContainerClient.CreateInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken, String operationName) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1207
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1095
   at Azure.Core.Pipeline.TaskExtensions.EnsureCompleted[T](Task`1 task) in /mnt/vss/_work/1/s/sdk/core/Azure.Core/src/Shared/TaskExtensions.cs:line 33
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExists(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 864
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass4_0`1.<<WrapAsyncResultCore>g__Await|0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 121
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass5_0`1.<<ValidateDiagnosticScopeInterceptor>b__0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 172
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.ValidateDiagnosticScope[T](Func`1 action, MethodInfo methodInfo, String source) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 205
   at Azure.Storage.Blobs.Tests.ClientBuilderExtensions.GetTestContainerAsync(ClientBuilder`2 clientBuilder, BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/ClientBuilderExtensions.cs:line 89
   at Azure.Storage.Test.Shared.BlobTestBase.GetTestContainerAsync(BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/BlobTestBase.cs:line 64
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateContainerAsync() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1071
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateBlobsAsync(Int32 count, String prefix) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1099
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Delete_Basic_Convenience_AccountSas() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 397
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Delete_Basic_Convenience_AccountSas() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 404
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.R

Check failure on line 1 in Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Batch_AcrossContainers

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Azure.Storage.Blobs.Test.BlobBatchClientTests(False,V2023_11_03).Batch_AcrossContainers

Azure.RequestFailedException : Public access is not permitted on this storage account.
RequestId:7c8cf165-d01e-004e-69ae-11d668000000
Time:2023-11-07T19:16:20.6983634Z
Status: 409 (Public access is not permitted on this storage account.)
ErrorCode: PublicAccessNotPermitted

Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:7c8cf165-d01e-004e-69ae-11d668000000
Time:2023-11-07T19:16:20.6983634Z</Message></Error>

Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 7c8cf165-d01e-004e-69ae-11d668000000
x-ms-client-request-id: d1059a6f-f02d-4a95-b088-1d4ee10337a0
x-ms-version: 2023-11-03
x-ms-error-code: PublicAccessNotPermitted
Date: Tue, 07 Nov 2023 19:16:20 GMT
Content-Length: 248
Content-Type: application/xml
Raw output
   at Azure.Storage.Blobs.ContainerRestClient.Create(Nullable`1 timeout, IDictionary`2 metadata, Nullable`1 access, String defaultEncryptionScope, Nullable`1 preventEncryptionScopeOverride, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated/ContainerRestClient.cs:line 116
   at Azure.Storage.Blobs.BlobContainerClient.CreateInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken, String operationName) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1207
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1095
   at Azure.Core.Pipeline.TaskExtensions.EnsureCompleted[T](Task`1 task) in /mnt/vss/_work/1/s/sdk/core/Azure.Core/src/Shared/TaskExtensions.cs:line 33
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExists(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 864
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass4_0`1.<<WrapAsyncResultCore>g__Await|0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 121
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass5_0`1.<<ValidateDiagnosticScopeInterceptor>b__0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 172
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.ValidateDiagnosticScope[T](Func`1 action, MethodInfo methodInfo, String source) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 205
   at Azure.Storage.Blobs.Tests.ClientBuilderExtensions.GetTestContainerAsync(ClientBuilder`2 clientBuilder, BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/ClientBuilderExtensions.cs:line 89
   at Azure.Storage.Test.Shared.BlobTestBase.GetTestContainerAsync(BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/BlobTestBase.cs:line 64
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateContainerAsync() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1071
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Batch_AcrossContainers() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 196
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Batch_AcrossContainers() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 205
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b

Check failure on line 1 in Azure.Storage.Blobs.Test.BlobBatchClientTests(True,V2023_11_03).Batch_Limit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - storage - tests

Azure.Storage.Blobs.Test.BlobBatchClientTests(True,V2023_11_03).Batch_Limit

Azure.RequestFailedException : Public access is not permitted on this storage account.
RequestId:7c8cf3c7-d01e-004e-27ae-11d668000000
Time:2023-11-07T19:16:21.4281528Z
Status: 409 (Public access is not permitted on this storage account.)
ErrorCode: PublicAccessNotPermitted

Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>PublicAccessNotPermitted</Code><Message>Public access is not permitted on this storage account.
RequestId:7c8cf3c7-d01e-004e-27ae-11d668000000
Time:2023-11-07T19:16:21.4281528Z</Message></Error>

Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 7c8cf3c7-d01e-004e-27ae-11d668000000
x-ms-client-request-id: d9c7feba-4d80-49aa-ae55-e740e36eeb35
x-ms-version: 2023-11-03
x-ms-error-code: PublicAccessNotPermitted
Date: Tue, 07 Nov 2023 19:16:20 GMT
Content-Length: 248
Content-Type: application/xml
Raw output
   at Azure.Storage.Blobs.ContainerRestClient.CreateAsync(Nullable`1 timeout, IDictionary`2 metadata, Nullable`1 access, String defaultEncryptionScope, Nullable`1 preventEncryptionScopeOverride, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/Generated/ContainerRestClient.cs:line 95
   at Azure.Storage.Blobs.BlobContainerClient.CreateInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken, String operationName) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1197
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsInternal(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, Boolean async, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 1095
   at Azure.Storage.Blobs.BlobContainerClient.CreateIfNotExistsAsync(PublicAccessType publicAccessType, IDictionary`2 metadata, BlobContainerEncryptionScopeOptions encryptionScopeOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/src/BlobContainerClient.cs:line 969
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass4_0`1.<<WrapAsyncResultCore>g__Await|0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 121
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.<>c__DisplayClass5_0`1.<<ValidateDiagnosticScopeInterceptor>b__0>d.MoveNext() in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 172
--- End of stack trace from previous location ---
   at Azure.Core.TestFramework.DiagnosticScopeValidatingInterceptor.ValidateDiagnosticScope[T](Func`1 action, MethodInfo methodInfo, String source) in /mnt/vss/_work/1/s/sdk/core/Azure.Core.TestFramework/src/Instrumentation/DiagnosticScopeValidatingInterceptor.cs:line 205
   at Azure.Storage.Blobs.Tests.ClientBuilderExtensions.GetTestContainerAsync(ClientBuilder`2 clientBuilder, BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/ClientBuilderExtensions.cs:line 89
   at Azure.Storage.Test.Shared.BlobTestBase.GetTestContainerAsync(BlobServiceClient service, String containerName, IDictionary`2 metadata, Nullable`1 publicAccessType, Boolean premium) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs/tests/BlobTestBase.cs:line 64
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateContainerAsync() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1071
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.TestScenario.CreateBlobUrisAsync(Int32 count) in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 1108
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Batch_Limit() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 75
   at Azure.Storage.Blobs.Test.BlobBatchClientTests.Batch_Limit() in /mnt/vss/_work/1/s/sdk/storage/Azure.Storage.Blobs.Batch/tests/BlobBatchClientTests.cs:line 85
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
   at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext co