{Branch Management} Fix merge-base: Merge release 2.89.1 hotfixes back to dev - #33878
Closed
Naga Nandyala (naga-nandyala) wants to merge 4 commits into
Closed
{Branch Management} Fix merge-base: Merge release 2.89.1 hotfixes back to dev#33878Naga Nandyala (naga-nandyala) wants to merge 4 commits into
Naga Nandyala (naga-nandyala) wants to merge 4 commits into
Conversation
{Hotfix} Upgrade to Azure CLI 2.89.1
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Copilot started reviewing on behalf of
Naga Nandyala (naga-nandyala)
August 12, 2026 09:04
View session
Contributor
Author
|
Closing this integration-branch replacement. Reopening #33869 as the direct release -> dev branch-management PR, matching the established process. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a branch-management integration merge that advances the merge-base by bringing the release branch’s Azure CLI 2.89.1 hotfix release history back onto dev, without introducing functional code changes beyond the release/version metadata updates.
Changes:
- Bump Azure CLI and azure-cli-core version strings from
2.89.0to2.89.1. - Update platform requirements pins to
azure-cli==2.89.1andazure-cli-core==2.89.1. - Add 2.89.1 release notes entries and update command/help index JSON version fields to
2.89.1.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Bumps Azure CLI package version to 2.89.1. |
| src/azure-cli/azure/cli/main.py | Updates runtime __version__ to 2.89.1. |
| src/azure-cli/requirements.py3.Linux.txt | Pins azure-cli / azure-cli-core to 2.89.1 for Linux. |
| src/azure-cli/requirements.py3.Darwin.txt | Pins azure-cli / azure-cli-core to 2.89.1 for macOS. |
| src/azure-cli/requirements.py3.windows.txt | Pins azure-cli / azure-cli-core to 2.89.1 for Windows. |
| src/azure-cli/HISTORY.rst | Adds 2.89.1 HISTORY entry describing the hotfix. |
| src/azure-cli-core/setup.py | Bumps azure-cli-core package version to 2.89.1. |
| src/azure-cli-core/azure/cli/core/init.py | Updates azure-cli-core __version__ to 2.89.1. |
| src/azure-cli-core/HISTORY.rst | Adds 2.89.1 HISTORY entry describing the hotfix. |
| src/azure-cli-core/azure/cli/core/helpIndex.latest.json | Updates help index JSON version to 2.89.1. |
| src/azure-cli-core/azure/cli/core/commandIndex.latest.json | Updates command index JSON version to 2.89.1. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Fix merge-base between
releaseanddevThis branch starts from the latest
dev(43eaf891ed) and mergesrelease(d3d81d5007) with a two-parent merge commit. It brings the 2.89.1 hotfix release history back todevand advances the merge-base without modifying the sharedreleasebranch.Commits being linked back
2e67654b4bdevvia #33860)4af9e3aea1d3d81d5007releaseIntegration merge
3f631beeb8dev(43eaf891ed)release(d3d81d5007)Merge requirement
Use Create a merge commit. Do not squash or rebase this PR, because preserving the existing two-parent integration commit is what links
releasehistory intodevand advances the merge-base.Reference
Replacement for #33869, following the branch-management intent of #33305 and #33283 while basing the integration branch on the latest
dev.