Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Azure.Security.KeyVault.* packages #30

Open
heaths opened this issue Sep 9, 2020 · 0 comments
Open

Upgrade to Azure.Security.KeyVault.* packages #30

heaths opened this issue Sep 9, 2020 · 0 comments

Comments

@heaths
Copy link
Member

heaths commented Sep 9, 2020

Microsoft.Azure.KeyVAult will be deprecated soon in favor of the new Azure SDK libraries, such as Azure.Security.KeyVault.Secrets. Along with Azure.Core, Azure.Identity, and Azure.ResourceManager.KeyVault (the latter is in preview currently), these provide a number of benefits and bug fixes over the older SDKs and are being unified (though still idiomatic) across supported languages. See https://aka.ms/azsdk/valueprop and https://aka.ms/azsdk/intro for more details.

The main difference when migrating is that certificates, keys, and secrets all got their own clients - though share a single HttpClient by default - instead of everything together in one monolithic KeyVaultClient. The methods are conceptually the same, but I'm happy to provide more details as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant