[BUG] BlobClient cannot read blobs with # characters in name #40925
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.
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 12.19.1
Describe the bug
The
BlobClient
incorrectly truncates blob file names if the name contains a#
character.Expected behavior
The following code should output:
example#test.json
example.json
Code:
Actual behavior
The code outputs:
example
example.json
example#test.json
is truncated at the#
character.Reproduction Steps
Azure.Storage.Blobs
(andAzure.Identity
)Environment
No response
The text was updated successfully, but these errors were encountered: