Skip to content
Merged
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
61 changes: 0 additions & 61 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -41349,67 +41349,6 @@
"version": "1.4.5"
},
"sha256Digest": "9bcc560fc4f793614c912d748253912565561817bf6c3a1d548c9f7f23d89651"
},
{
"downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/confcom-1.5.0-py3-none-any.whl",
"filename": "confcom-1.5.0-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.26.2",
"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",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "acccli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/main/src/confcom"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "confcom",
"run_requires": [
{
"requires": [
"PyYAML (>=6.0.1)",
"PyYAML>=6.0.1",
"deepdiff (~=8.6.1)",
"deepdiff~=8.6.1",
"docker (>=6.1.0)",
"docker>=6.1.0",
"pydantic (>=2.12.4)",
"pydantic>=2.12.4",
"tqdm (==4.65.0)",
"tqdm==4.65.0"
]
}
],
"summary": "Microsoft Azure Command-Line Tools Confidential Container Security Policy Generator Extension",
"version": "1.5.0"
},
"sha256Digest": "1ca9b8f1e6d2f526666fe86ca86f7ed8a0b4455ae10df311def0471d3d8467b6"
}
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

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

This PR removes the confcom 1.5.0 entry from index.json, but the extension source code in src/confcom/ still declares version 1.5.0 in setup.py (line 22) and includes 1.5.0 release notes in HISTORY.rst (lines 6-10). This creates an inconsistency where the extension source indicates version 1.5.0 exists, but it won't be available in the published index.

If version 1.5.0 should be removed entirely, the VERSION in src/confcom/setup.py should be reverted to 1.4.5, and the 1.5.0 entry in src/confcom/HISTORY.rst should be removed or marked as unpublished. Alternatively, if 1.5.0 is the intended current version, this index.json removal should be reconsidered.

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