Azure Storage Blobs Batch Sample issues
See original GitHub issueSample Sample03a_Batching.cs and Sample03b_BatchingAsync.cs:
Azure.Storage.Blobs.Batch/src/Models/Internal/DeleteSnapshotsOptionType.cs:
Reason:The enum class DeleteSnapshotsOption
in Azure.Storage.Blobs.Models convert to the enum class DeleteSnapshotsOptionType
in Azure.Storage.Blobs.Batch.Models failed, lead to the delete request failed .
@scottaddie , @AlexGhiondea , @kyle-patterson , @tg-msft , @amishra-dev and @jongio for notification.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[BUG] Azure.Storage.Blobs.Batch delete requests fail when ...
When using the Azure.Storage.Blobs.Batch .NET SDK to interact with blob storage, authenticating via Azure AD, I am unable to successfully ...
Read more >Azure Storage Blobs Batch client library for .NET
This library allows you to batch multiple Azure Blob Storage operations in a single request. Source code | Package (NuGet) | API reference ......
Read more >Speech-to-text, batch transcription, problems with storage ...
I have problems trying to configure Azure Speech Services batch transcription service so that it reads my storage blob through a connection ...
Read more >Azure Storage Services REST API; Blob Batch; DELETE ...
Hi all,. I'm having trouble using the "Blob Batch"-operation of the Blob Service REST API. I tried a lot with the REST Client...
Read more >Azure Storage Blobs Batching client library for .NET
This library allows you to batch multiple Azure Blob Storage operations in a single request. Source code | Package (NuGet) | API reference...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The Storage team will triage this and fix the break as appropriate. The current tags will put this on their radar. You can follow up with @seanmcc-msft for more if needed.
@tg-msft What are your plans to fix this issue? Can you find the right person to fix this issue?