[FEATURE REQ] Provide public constructor for Azure.Storage.Blobs.Models.UserDelegationKey #47611
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
Azure.Storage.Blobs
Please describe the feature.
We would like to cache UserDelegationKeys in key vault for reuse across multiple nodes of our service, but we are unable to construct the UserDelegationKey instance nicely from anything we could serialize in key vault. While its possible for us to construct a UserDelegationKey using reflection, or for us to manually sign our SAS tokens without this helper type, it seems like this constructor could be made public without a ton of potential for misuse? https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/src/Generated/Models/UserDelegationKey.cs#L16
The text was updated successfully, but these errors were encountered: