Skip to content

Commit

Permalink
[IoT] Adds IoT Ops extension v1.0.0 (#8276)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Nov 14, 2024
1 parent 4a75319 commit 0b37a1d
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -27000,6 +27000,71 @@
"version": "0.8.0b1"
},
"sha256Digest": "eae168fc237816f73610b834a67f0fe92bcbcacb693ac63904455e90aca27f40"
},
{
"downloadUrl": "https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v1.0.0/azure_iot_ops-1.0.0-py3-none-any.whl",
"filename": "azure_iot_ops-1.0.0-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.53.0",
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "[email protected]",
"name": "Microsoft",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/azure/azure-iot-ops-cli-extension"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"license_file": "LICENSE",
"metadata_version": "2.0",
"name": "azure-iot-ops",
"requires_python": ">=3.8",
"run_requires": [
{
"requires": [
"azure-identity (<1.18.0,>=1.14.1)",
"azure-identity<1.18.0,>=1.14.1",
"kubernetes (<29.0,>=27.2)",
"kubernetes<29.0,>=27.2",
"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"
]
}
],
"summary": "The Azure IoT Operations extension for Azure CLI.",
"version": "1.0.0"
},
"sha256Digest": "eed6d0f8841c3840bb6b358293a4191ca1431d02763e00a428b7eda401f0406a"
}
],
"azure-sphere": [
Expand Down

0 comments on commit 0b37a1d

Please sign in to comment.