-
Notifications
You must be signed in to change notification settings - Fork 311
[6.0] Update Azure.Identity and other dependencies (#3538) #3553
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Azure.Identity and other dependencies to newer versions as part of the release/6.0 branch maintenance. The update includes Azure SDK dependencies and adds pragma warnings to handle obsolete API warnings.
- Updates Azure.Identity from version 1.11.4 to 1.14.2
- Updates Azure.Core from 1.38.0 to 1.47.1 and Azure.Security.KeyVault.Keys from 4.5.0 to 4.7.0
- Adds pragma warning suppressions for obsolete MSAL.NET methods that are still supported
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | Updates Azure.Core and Azure.Security.KeyVault.Keys dependency versions across all target frameworks |
Microsoft.Data.SqlClient.nuspec | Updates Azure.Identity dependency and adds/reorganizes other dependencies with duplicate entries |
Versions.props | Updates version properties for Azure.Identity and Azure.Core dependencies |
ActiveDirectoryAuthenticationProvider.cs | Adds pragma warning suppressions for obsolete MSAL.NET API usage with explanatory comments |
Ports #3538 to release/6.0