Skip to content

Update Azure.Core to 1.57.0#29801

Open
isra-fel wants to merge 1 commit into
Azure:mainfrom
isra-fel:azure-core-1.57.0
Open

Update Azure.Core to 1.57.0#29801
isra-fel wants to merge 1 commit into
Azure:mainfrom
isra-fel:azure-core-1.57.0

Conversation

@isra-fel

@isra-fel isra-fel commented Jul 3, 2026

Copy link
Copy Markdown
Member

Description

Update Azure.Core to 1.57.0
This should unblock key vault sdk update

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings July 3, 2026 01:15
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

‼️ DO NOT MERGE THIS PR ‼️
This PR was labeled "Do Not Merge" because it contains code change that cannot be merged. Please contact the reviewer for more information.

Comment on lines +22 to +23
* Upgraded `Azure.Core` dependency from 1.56.0 to 1.57.0.
* Upgraded `System.ClientModel` dependency from 1.12.0 to 1.13.0.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.Core package reference and shared dependency manifests to 1.57.0.
  • Updated System.ClientModel in shared dependency manifests to 1.13.0 and aligned the assembly-loading version map.
  • Added Az.Accounts changelog 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.

Comment thread src/lib/manifest.json
Comment on lines 2 to 6
{
"PackageName": "Azure.Core",
"PackageVersion": "1.56.0",
"PackageVersion": "1.57.0",
"TargetFramework": "netstandard2.0",
"WindowsPowerShell": true,
Comment on lines +22 to 24
* 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.
@notyashhh notyashhh self-assigned this Jul 3, 2026
@Azure Azure deleted a comment Jul 6, 2026
@Azure Azure deleted a comment Jul 6, 2026
@Azure Azure deleted a comment Jul 6, 2026
@Azure Azure deleted a comment Jul 6, 2026
@Azure Azure deleted a comment Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants