Skip to content

adding stack-hci-vm 1.11.6#9476

Merged
kairu-ms merged 2 commits intoAzure:mainfrom
kumdeepakgit:main
Dec 24, 2025
Merged

adding stack-hci-vm 1.11.6#9476
kairu-ms merged 2 commits intoAzure:mainfrom
kumdeepakgit:main

Conversation

@kumdeepakgit
Copy link
Copy Markdown
Contributor


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 December 16, 2025 08:38
@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd bot commented Dec 16, 2025

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

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Dec 16, 2025

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

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

Hi @kumdeepakgit,
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.

@github-actions
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

Copy link
Copy Markdown
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 adds version 1.11.5 of the stack-hci-vm Azure CLI extension to the extension index. The change appears to be a routine version addition, though there's a discrepancy between the PR description's guidance and the actual changes made.

Key Changes

  • Adds stack-hci-vm version 1.11.5 entry to src/index.json with complete metadata and download information
  • Follows the same structure and format as existing stack-hci-vm versions (1.11.1 and 1.11.3)

Comment on lines +103251 to 103293
},
{
"downloadUrl": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.11.5-py3-none-any.whl",
"filename": "stack_hci_vm-1.11.5-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.15.0",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/stack-hci-vm"
}
}
},
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "stack-hci-vm",
"summary": "Microsoft Azure Command-Line Tools Stack-HCi-VM Extension",
"version": "1.11.5"
},
"sha256Digest": "090acad77353d4fd25e7f9ab51f81b7beb9c0887699356651dd55081c026f64f"
}
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The PR description states that developers should not manually modify src/index.json, and that this file will be updated automatically after merging changes to setup.py and HISTORY.rst. However, this PR only modifies src/index.json without any corresponding changes to setup.py or HISTORY.rst.

If this is intended to be a manual addition (perhaps the automated process didn't work), please clarify in the PR description. If this is the automated PR, consider using a different PR template that reflects the automated nature of the change.

Copilot uses AI. Check for mistakes.
kairu-ms
kairu-ms previously approved these changes Dec 16, 2025
@kairu-ms
Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@kumdeepakgit
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Commenter does not have sufficient privileges for PR 9476 in repo Azure/azure-cli-extensions

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Dec 24, 2025

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@kairu-ms kairu-ms merged commit f49baf0 into Azure:main Dec 24, 2025
24 checks passed
@kumdeepakgit kumdeepakgit changed the title adding stack-hci-vm 1.11.5 adding stack-hci-vm 1.11.6 Dec 24, 2025
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.

4 participants