[BUG] BlobSignedIdentifier.AccessPolicy should have a way to make the permission string in correct order #14456
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)
Describe the bug
Please provide the description of issue you're seeing.
create BlobSignedIdentifier object, and input permission as "wrld", then set the BlobSignedIdentifier to server, server report error
Expected behavior
What is the expected behavior?
XSCL should can help to make the permission string in correct order
Actual behavior (include Exception or Stack Trace)
What is the actual behavior?
XSCL can't make the permission string in correct order
To Reproduce
Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)
Following code can repro it:
Environment:
dotnet --info
output for .NET Core projects): [e.g. Azure AppService or Windows 10 .NET Framework 4.8]VS 15.7.4
The text was updated successfully, but these errors were encountered: