Skip to content

[Emergency Fix] Fix-forward to 1.12.3 to restore to last known good version of stack-hci-vm extension#9658

Merged
necusjz merged 1 commit intoAzure:mainfrom
han-sogawa-microsoft:dev/hannahsogawa/stack-hci-vm-1.12.3-fix-forward
Mar 7, 2026
Merged

[Emergency Fix] Fix-forward to 1.12.3 to restore to last known good version of stack-hci-vm extension#9658
necusjz merged 1 commit intoAzure:mainfrom
han-sogawa-microsoft:dev/hannahsogawa/stack-hci-vm-1.12.3-fix-forward

Conversation

@han-sogawa-microsoft
Copy link
Member


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

Copilot AI review requested due to automatic review settings March 6, 2026 21:45
@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Mar 6, 2026

️✔️Azure CLI Extensions Breaking Change Test
️✔️Non Breaking Changes

@azure-client-tools-bot-prd
Copy link

Hi @han-sogawa-microsoft,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 6, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

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).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Copy link
Contributor

Copilot AI left a comment

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 attempts to restore the stack-hci-vm Azure CLI extension to a “last known good” release by adding a new 1.12.3 wheel entry to the extension index (src/index.json), which is the catalog Azure CLI uses to resolve extension downloads.

Changes:

  • Add a new stack-hci-vm index entry for version 1.12.3 (download URL + SHA256).
  • Keep existing 1.12.2 entry intact and append 1.12.3 as the newest version.

Comment on lines +107272 to +107276
},
{
"downloadUrl": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.12.3-py3-none-any.whl",
"filename": "stack_hci_vm-1.12.3-py3-none-any.whl",
"metadata": {
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

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

This PR directly modifies src/index.json, but the repo’s publish workflow expects index.json to be updated by the automated pipeline in a follow-up PR after merge (see .github/pull_request_template.md:22-24). Please revert the index.json change here and instead update the extension’s setup.py version + HISTORY.rst (or use the established release/publish process) so the index is generated/updated automatically.

Copilot uses AI. Check for mistakes.
@necusjz
Copy link
Member

necusjz commented Mar 7, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@necusjz necusjz merged commit eadd1ae into Azure:main Mar 7, 2026
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants