-
Notifications
You must be signed in to change notification settings - Fork 1.6k
{IoT} Adds IoT Operations extension v2.5.0 to the index #9813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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)" | ||
| ] | ||
| } | ||
| ], | ||
|
|
@@ -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
|
||
| "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": [ | ||
|
|
||
There was a problem hiding this comment.
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-devopsentry. Please avoid unrelated formatting-only edits insrc/index.jsonto keep diffs minimal (especially since the file is auto-generated/maintained).