Update Azure.Core to 1.57.0#29801
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
|
| * Upgraded `Azure.Core` dependency from 1.56.0 to 1.57.0. | ||
| * Upgraded `System.ClientModel` dependency from 1.12.0 to 1.13.0. |
There was a problem hiding this comment.
Do not merge the PR before the release branch is merged back to main because there will be conflicts in change log and we want the release PR to merge first and adrees the conflicts in this PR.
There was a problem hiding this comment.
Pull request overview
This PR updates shared dependency versions used across Azure PowerShell (notably for Az.Accounts) by bumping Azure.Core to 1.57.0, and also bumping System.ClientModel to 1.13.0, aligning build-time references and dependency manifests.
Changes:
- Updated
Azure.Corepackage reference and shared dependency manifests to 1.57.0. - Updated
System.ClientModelin shared dependency manifests to 1.13.0 and aligned the assembly-loading version map. - Added
Az.Accountschangelog entries describing the dependency upgrades.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Common.Netcore.Dependencies.targets | Bumps compile-time Azure.Core PackageReference to 1.57.0. |
| src/lib/manifest.json | Updates the source-of-truth shared dependency versions for Azure.Core and System.ClientModel. |
| src/lib/cgmanifest.json | Updates component governance entries for the bumped packages. |
| src/Accounts/AssemblyLoading/ConditionalAssemblyProvider.cs | Updates generated assembly version mappings for Azure.Core and System.ClientModel. |
| src/Accounts/Accounts/ChangeLog.md | Adds upcoming-release notes for the dependency upgrades. |
| { | ||
| "PackageName": "Azure.Core", | ||
| "PackageVersion": "1.56.0", | ||
| "PackageVersion": "1.57.0", | ||
| "TargetFramework": "netstandard2.0", | ||
| "WindowsPowerShell": true, |
| * Upgraded `Azure.Core` dependency from 1.56.0 to 1.57.0. | ||
| * Upgraded `System.ClientModel` dependency from 1.12.0 to 1.13.0. | ||
| * Upgraded `Azure.Core` dependency from 1.50.0 to 1.56.0. |
|
|
||
| ## Upcoming Release | ||
| * Upgraded `Azure.Core` dependency from 1.56.0 to 1.57.0. | ||
| * Upgraded `System.ClientModel` dependency from 1.12.0 to 1.13.0. |
Description
Update Azure.Core to 1.57.0
This should unblock key vault sdk update
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.