Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -107269,6 +107269,48 @@
"version": "1.12.2"
},
"sha256Digest": "8d82ef99a604d1767169083d98a1ae6640f6ee5ba125dd39cde148d2d1ce3d20"
},
{
"downloadUrl": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.11.9-py3-none-any.whl",
"filename": "stack_hci_vm-1.11.9-py3-none-any.whl",
"metadata": {
Comment on lines +107272 to +107276
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 edits src/index.json directly, but the PR description/template explicitly says index.json is updated automatically after merge and should not be modified in the PR. If that process still applies, revert this index.json change and instead update the extension's setup.py/HISTORY.rst; the publishing pipeline will generate the index update.

Copilot uses AI. Check for mistakes.
"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.12.3"
},
"sha256Digest": "317e6b3ce0117bdafd92094ccfe47c12732b67f9f12fd2022b98735c45978d69"
Comment on lines +107273 to +107313
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.

The added entry claims version 1.12.3, but its downloadUrl/filename and sha256Digest point to the existing 1.11.9 wheel (and 1.11.9 already appears earlier in this list). This creates inconsistent metadata and will likely cause clients to install/report the wrong extension version. Publish/reference a real 1.12.3 wheel (URL/filename/digest) or keep the version as 1.11.9 and avoid duplicating the existing entry.

Copilot uses AI. Check for mistakes.
}
],
"standbypool": [
Expand Down
Loading