[6.1] Update Azure.Identity and other dependencies #3552
Merged
cheenamalhotra merged 1 commit intorelease/6.1from Aug 12, 2025
Merged
[6.1] Update Azure.Identity and other dependencies #3552cheenamalhotra merged 1 commit intorelease/6.1from
cheenamalhotra merged 1 commit intorelease/6.1from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates Azure.Identity and other Azure-related dependencies to newer versions in the Microsoft.Data.SqlClient library. It also addresses obsolete method warnings by adding pragma directives for the AcquireTokenByIntegratedWindowsAuth method.
- Updates Azure.Identity from version 1.13.2 to 1.14.2 across all target frameworks
- Updates Azure.Core from version 1.44.1 to 1.47.1 and Azure.Security.KeyVault.Keys to 4.7.0
- Adds pragma directives to suppress obsolete warnings for AcquireTokenByIntegratedWindowsAuth method
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | Updates Azure.Core and Azure.Security.KeyVault.Keys dependency versions for AlwaysEncrypted provider |
| tools/specs/Microsoft.Data.SqlClient.nuspec | Updates Azure.Identity dependency version across all target frameworks |
| src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/ActiveDirectoryAuthenticationProvider.cs | Adds pragma directives to suppress obsolete warnings for AcquireTokenByIntegratedWindowsAuth method |
| src/Directory.Packages.props | Updates Azure.Identity and Azure.Core package versions in central package management |
mdaigle
approved these changes
Aug 8, 2025
paulmedynski
approved these changes
Aug 12, 2025
This was referenced Aug 15, 2025
Closed
This was referenced Jan 19, 2026
This was referenced Feb 1, 2026
This was referenced Feb 9, 2026
This was referenced Feb 16, 2026
This was referenced Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports #3538 to release/6.1