Update AKV versions and dependencies#3569
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Azure Key Vault provider dependencies to reference Microsoft.Data.SqlClient version 6.1.1 instead of 6.1.0. The change ensures the AKV provider package is aligned with the latest SqlClient version.
Key Changes
- Updated Microsoft.Data.SqlClient dependency from version 6.1.0 to 6.1.1 across all target frameworks
- Updated pipeline variables to reflect the new version numbers
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec | Updated dependency version ranges for Microsoft.Data.SqlClient from 6.1.0 to 6.1.1 across net462, net8.0, and net9.0 target frameworks |
| eng/pipelines/variables/akv-official-variables.yml | Updated package version variables from 6.1.0 to 6.1.1, including mdsPackageVersion and versionPatch |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/6.1 #3569 +/- ##
===============================================
- Coverage 69.69% 65.55% -4.15%
===============================================
Files 281 279 -2
Lines 62413 61748 -665
===============================================
- Hits 43500 40480 -3020
- Misses 18913 21268 +2355
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated AKV nuspec to note compatibility with MDS 6.1.1.
* Update AKV versions and dependencies (#3569) Updated AKV nuspec to note compatibility with MDS 6.1.1. * Adding historical AKV release notes (6.0.0 to 6.1.1). * Fixed 6.0.0 notes. --------- Co-authored-by: Cheena Malhotra <[email protected]>
No description provided.