Closed poddubitskya closed 3 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.
InvalidInput
Author: | poddubitskya |
---|---|
Assignees: | - |
Labels: | `Client`, `Service Attention`, `Storage`, `customer-reported`, `needs-team-attention`, `needs-triage`, `question` |
Milestone: | - |
Hi @poddubitskya, thanks for reporting this. you are right that it should work and url encoding the name is a good workaround.
The change for fixing this is a behavior change. We will talk about it internally and get back to you here.
@kasobol-msft fyi
Hi @poddubitskya, thanks for reporting this. you are right that it should work and url encoding the name is a good workaround. The change for fixing this is a behavior change. We will talk about it internally and get back to you here. @kasobol-msft fyi
Kudos!
Thank you
Describe the bug When bulk deleting blobs operation using BlobItem.Name fails with an error if one of the blobs has space in it's name
A workaround is wrapping BlobItem.Name with WebUtility.UrlEncode
Same code worked before with these NuGet packages used: Azure.Storage.Blobs.Batch 12.5.1 Microsoft.Azure.Storage.Blob 11.2.2
Expected behavior Should be able to delete any blob existing using it's name that was previously returned by the SDK (BlobItem.Name)
Actual behavior (include Exception or Stack Trace)
To Reproduce
Environment: