[BUG] BlobContainerClient.ExistsAsync throws exception after upgrading 12.20.0 => 12.21.0 #45113
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
duplicate
This issue is the duplicate of another issue
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Azure.Storage.Blobs
Describe the bug
After upgrading from 12.20.0 => 12.21.0
BlobContainerClient.ExistsAsync(...)
fails with the following exception:I'm running my production environment using an invariant culture.
Expected behavior
BlobContainerClient.ExistsAsync(...)
to return if the container existsActual behavior
An exception is thrown.
Reproduction Steps
Call
BlobContainerClient.ExistsAsync(...)
after building code using:And running in a
mcr.microsoft.com/dotnet/aspnet:8.0-alpine
Docker containerEnvironment
mcr.microsoft.com/dotnet/aspnet:8.0-alpine
Docker container running on x64.The text was updated successfully, but these errors were encountered: