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

AzureKeyVaultProvider should move to the latest Azure KeyVault Libraries #294

Closed
Petermarcu opened this issue Oct 31, 2019 · 6 comments · Fixed by #630
Closed

AzureKeyVaultProvider should move to the latest Azure KeyVault Libraries #294

Petermarcu opened this issue Oct 31, 2019 · 6 comments · Fixed by #630
Assignees

Comments

@Petermarcu
Copy link
Member

Petermarcu commented Oct 31, 2019

Describe the bug

AzureKeyVaultProvider should move to the latest Azure KeyVault Libraries.

https://www.nuget.org/packages/Azure.Security.KeyVault.Keys
https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets

@Petermarcu
Copy link
Member Author

@AlexGhiondea

@Petermarcu Petermarcu changed the title AzureKeyVaultProvider should move to the latest Azure KeyVault Librarys AzureKeyVaultProvider should move to the latest Azure KeyVault Libraries Oct 31, 2019
@Petermarcu
Copy link
Member Author

@m1nkeh
Copy link

m1nkeh commented Oct 31, 2019

but for why.. is there actually something which will be fixed, or just for the fun? :)

@heaths
Copy link

heaths commented Oct 31, 2019

Azure.Security.KeyVault.* packages will be our focus going forward, including any new features that the Key Vault service provides. It's also built around Azure.Core which has unified tracing, logging, retries, and more built into the pipeline. We also have a cross-language focus to provide consistency across .NET, Python, JavaScript (both Node and in-browser), and Java, with more languages on the horizon so that, if you need to interact with other languages or frameworks, you have a similar developer experience.

@kmscode
Copy link

kmscode commented Jan 28, 2021

The Microsoft.Azure.KeyVault package has been officially deprecated for a number of months now (coming up on a year if it was deprecated when the last build was posted).

Would be nice to have fewer dependencies and everything on current versions. Thanks!

@David-Engel
Copy link
Contributor

Azure.Core (the main dependency under the new AKV packages) only supports .NET Framework 4.6.1 and up. Microsoft.Data.SqlClient 2.1 supports .NET Framework 4.6 and up. In order to move to the new libraries, SqlClient has to make a breaking change, dropping support for 4.6.0. So it will only happen on a major version bump.

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

Successfully merging a pull request may close this issue.

6 participants