[FEATURE REQ] ProtectKeysWithAzureKeyVault is missing overload accepting Uri, Func<IServiceProvider, TokenCredential> #50062
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.
Extensions
ASP.NET Core extensions
feature-request
This issue requires a new behavior in the product in order be resolved.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Library name
Azure.Extensions.AspNetCore.DataProtection.Keys
Please describe the feature.
Currently, there are the following overloads (among a few other)
and
But there is none which would accept:
Uri
instead ofstring
Func<IServiceProvider, TokenCredential>
instead ofTokenCredential
Per CA2234,
Uri
is preferred overstring
.The text was updated successfully, but these errors were encountered: