Expose signed_version
in generate_container_sas
#38636
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)
Is your feature request related to a problem? Please describe.
As a user, I want to specify the signed version of my SAS tokens. Currently, this SDK does not expose an obvious way to do this:
generate_container_sas
does not expose asigned_version
:azure-sdk-for-python/sdk/storage/azure-storage-blob/azure/storage/blob/_shared_access_signature.py
Lines 429 to 442 in a71376d
BlobSharedAccessSignature
does not expose asigned_version
in its constructor. Instead, it always uses._shared.constants import X_MS_VERSION
:azure-sdk-for-python/sdk/storage/azure-storage-blob/azure/storage/blob/_shared_access_signature.py
Lines 36 to 52 in a71376d
This is my current workaround:
Describe the solution you'd like
My preferred solution would be:
The text was updated successfully, but these errors were encountered: