mgmt, prepare patch release for compute#48133
Merged
Merged
Conversation
weidongxu-microsoft
approved these changes
Feb 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares a patch release (2.56.2) for azure-resourcemanager-compute following the release of azure-resourcemanager-network version 2.58.0. The version is being updated from the beta development version (2.57.0-beta.1) to a patch release (2.56.2) to pick up core dependency updates, specifically the updated network library.
Changes:
- Version downgrade from 2.57.0-beta.1 to 2.56.2 for patch release preparation
- CHANGELOG updated with 2.56.2 release entry dated 2026-02-26
- Version tracking files updated to reflect the patch release
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/compute/azure-resourcemanager-compute/pom.xml | Updated version from 2.57.0-beta.1 to 2.56.2 for patch release |
| sdk/compute/azure-resourcemanager-compute/README.md | Updated Maven dependency example version from 2.56.0 to 2.56.2 |
| sdk/compute/azure-resourcemanager-compute/CHANGELOG.md | Added release entry for version 2.56.2 with dependency update notes |
| eng/versioning/version_client.txt | Updated version tracking from 2.56.1;2.57.0-beta.1 to 2.56.1;2.56.2 |
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.
Description
We released azure-resourcemanager-network, thus dependent

azure-resourcemanager-computeshould be patched.azure-resourcemanager-containerregistryis pending release, not released.patch-release pipeline seems not picking up
azure-resourcemanager-compute, had to do a manual patch..