{Release} Upgrade to Azure CLI 2.87.0#33440
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Azure CLI and Azure CLI Core packages to version 2.87.0, updating version constants, pinned requirements, and release-history entries to align with the new release.
Changes:
- Bump Azure CLI and Azure CLI Core version strings to 2.87.0 across packaging/runtime files.
- Update OS-specific pinned requirements to azure-cli==2.87.0 and azure-cli-core==2.87.0.
- Add 2.87.0 release notes to both
HISTORY.rstfiles and update the latest help/command index JSON versions.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| src/azure-cli/setup.py | Bumps the CLI package version constant to 2.87.0. |
| src/azure-cli/requirements.py3.windows.txt | Updates pinned azure-cli / azure-cli-core versions to 2.87.0 on Windows. |
| src/azure-cli/requirements.py3.Linux.txt | Updates pinned azure-cli / azure-cli-core versions to 2.87.0 on Linux. |
| src/azure-cli/requirements.py3.Darwin.txt | Updates pinned azure-cli / azure-cli-core versions to 2.87.0 on macOS. |
| src/azure-cli/HISTORY.rst | Adds CLI 2.87.0 release notes. |
| src/azure-cli/azure/cli/main.py | Updates __version__ to 2.87.0. |
| src/azure-cli-core/setup.py | Bumps the core package version constant to 2.87.0. |
| src/azure-cli-core/HISTORY.rst | Adds CLI Core 2.87.0 release notes. |
| src/azure-cli-core/azure/cli/core/helpIndex.latest.json | Updates embedded index version to 2.87.0. |
| src/azure-cli-core/azure/cli/core/commandIndex.latest.json | Updates embedded index version to 2.87.0. |
| src/azure-cli-core/azure/cli/core/init.py | Updates core __version__ to 2.87.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| **AKS** | ||
|
|
||
| * Skip subnet validation for existing outbound type on update (#33418) | ||
| * `az aks add/update`: Add `enable-artifact-streaming` and `disable_artifact_streaming` options (#33257) |
|
|
||
| * `az appconfig kv set-snapshot-reference`: Add support to create a snapshot reference key-value (#33278) | ||
| * `az appconfig kv list`: Add support to list key-values from a snapshot reference (#33278) | ||
| * `az appconfig create\update\network-security-perimeter-configuration`: Add NSP support (#33407) |
| * [BREAKING CHANGE] `az vm create`: Change default `--size` from `Standard_DS1_v2` to `Standard_D2s_v5` (#33323) | ||
| * [BREAKING CHANGE] `az vmss create`: Change default `--vm-sku` from `Standard_DS1_v2` to `Standard_D2s_v5` (#33323) | ||
| * `az sig image-definition update`: Add ability to update image-definition start version (#33273) | ||
| * `az vm create/ update`: Support zone-resilient VM with `--zone-movement` (#33242) |
|
|
||
| **MySQL** | ||
|
|
||
| * BREAKING CHANGE `az mysql flexible-server backup create/restore/geo-restore/replica`: Remove `--storage-redundancy` (#33428) |
| * `az netappfiles cache`: Add new command group to mange Cache resources (#33217) | ||
| * `az netappfiles volume bucket`: Add new command group to mange Bucket resources (#33217) |
| * [BREAKING CHANGE] `az netappfiles volume update`: `--remote-volume-resource-id` has been deprecated (#33217) | ||
| * [BREAKING CHANGE] `az netappfiles volume create`: `--network-features` default value has changed to `Standard` (#33217) | ||
| * `az netappfiles cache`: Add new command group to mange Cache resources (#33217) | ||
| * `az netappfiles volume bucket`: Add new command group to mange Bucket resources (#33217) |
| **POSGRESQL** | ||
|
|
||
| * [BREAKING CHANGE] `az postgres flexible-server create/update`: Remove `--high-availability` for preferred argument `--zonal-resiliency` (#33300) | ||
|
|
||
| **PostgreSQL** | ||
|
|
|
|
||
| 2.87.0 | ||
| ++++++ | ||
| * Raw githubusercontent urls are updated to refer azcli blob to restrict external system access (#33240) |
Co-authored-by: Julie Zhu <105691024+yanzhudd@users.noreply.github.com> Co-authored-by: necusjz <necusjz@gmail.com> Co-authored-by: Yu Chen <16348853+jsntcy@users.noreply.github.com> Co-authored-by: Naga Nandyala <naga.s.p.nandyala@gmail.com>
Co-authored-by: necusjz <necusjz@gmail.com> Co-authored-by: Naga Nandyala <naga.s.p.nandyala@gmail.com>
Co-authored-by: Julie Zhu <105691024+yanzhudd@users.noreply.github.com> Co-authored-by: Naga Nandyala <naga.s.p.nandyala@gmail.com>
Updated Azure CLI version.