Skip to content
Open
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
73 changes: 70 additions & 3 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -30856,9 +30856,9 @@
"name": "azure-devops",
"run_requires": [
{
"requires": [
"distro (==1.3.0)",
"distro (==1.3.0)"
"requires": [
"distro (==1.3.0)",
"distro (==1.3.0)"
]
Comment on lines +30859 to 30862
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

This hunk appears to be a whitespace-only/formatting change (no semantic change) in the azure-devops entry. Please avoid unrelated formatting-only edits in src/index.json to keep diffs minimal (especially since the file is auto-generated/maintained).

Copilot uses AI. Check for mistakes.
}
],
Expand Down Expand Up @@ -37875,6 +37875,73 @@
"version": "2.4.0"
},
"sha256Digest": "bc932d72053d29ff1182043308c79285671631791fcc37fa8932b44c56b663b1"
},
{
"downloadUrl": "https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v2.5.0/azure_iot_ops-2.5.0-py3-none-any.whl",
"filename": "azure_iot_ops-2.5.0-py3-none-any.whl",
"metadata": {
"azext.isPreview": false,
"azext.minCliCoreVersion": "2.70.0",
"classifiers": [
"Development Status :: 5 - Production/Stable",
Comment on lines +37879 to +37886
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

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

The PR description checklist explicitly notes that src/index.json should not be modified manually because it is updated by an automated pipeline after merge. This change adds a new azure-iot-ops entry directly to src/index.json, which conflicts with that process; please remove the index.json edits and instead update the extension source (e.g., setup.py version + HISTORY.rst), letting the pipeline generate the index update PR.

Copilot uses AI. Check for mistakes.
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
],
"description_content_type": "text/plain",
"extensions": {
"python.details": {
"contacts": [
{
"email": "Microsoft <iotupx@microsoft.com>",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"license_file": "LICENSE",
"metadata_version": "2.0",
"name": "azure-iot-ops",
"project_url": "homepage, https://github.com/azure/azure-iot-ops-cli-extension",
"requires_python": ">=3.10",
"run_requires": [
{
"requires": [
"azure-identity (<1.18.0,>=1.14.1)",
"azure-identity<1.18.0,>=1.14.1",
"jsonschema (<5,>=4.25)",
"jsonschema<5,>=4.25",
"kubernetes (<36.0,>=35.0)",
"kubernetes<36.0,>=35.0",
"opentelemetry-proto (~=1.20.0)",
"opentelemetry-proto~=1.20.0",
"packaging (>=23.2)",
"packaging>=23.2",
"protobuf (~=4.25.0)",
"protobuf~=4.25.0",
"rich (<14.0,>=13.6)",
"rich<14.0,>=13.6",
"semver (<4,>=3.0.4)",
"semver<4,>=3.0.4"
]
}
],
"summary": "The Azure IoT Operations extension for Azure CLI.",
"version": "2.5.0"
},
"sha256Digest": "cbd8c1ed35fa67ec7c22ccee2294c9651676a740f459d954279aedece0cd628d"
}
],
"azure-sphere": [
Expand Down
Loading