Skip to content

Commit 17aab07

Browse files
authored
Adds IoT Operations extension v0.5.0b1 (Azure#7572)
1 parent 085c379 commit 17aab07

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

src/index.json

+59
Original file line numberDiff line numberDiff line change
@@ -23301,6 +23301,65 @@
2330123301
"version": "0.4.0b4"
2330223302
},
2330323303
"sha256Digest": "0439ae5846b317449e427a985f4a9bf8ab91c622766c163af2f717ac024a30f5"
23304+
},
23305+
{
23306+
"downloadUrl": "https://github.com/Azure/azure-iot-ops-cli-extension/releases/download/v0.5.0b1/azure_iot_ops-0.5.0b1-py3-none-any.whl",
23307+
"filename": "azure_iot_ops-0.5.0b1-py3-none-any.whl",
23308+
"metadata": {
23309+
"azext.isPreview": true,
23310+
"azext.minCliCoreVersion": "2.46.0",
23311+
"classifiers": [
23312+
"Development Status :: 4 - Beta",
23313+
"Intended Audience :: Developers",
23314+
"Intended Audience :: System Administrators",
23315+
"Programming Language :: Python",
23316+
"Programming Language :: Python :: 3 :: Only",
23317+
"Programming Language :: Python :: 3",
23318+
"Programming Language :: Python :: 3.8",
23319+
"Programming Language :: Python :: 3.9",
23320+
"Programming Language :: Python :: 3.10",
23321+
"Programming Language :: Python :: 3.11"
23322+
],
23323+
"extensions": {
23324+
"python.details": {
23325+
"contacts": [
23326+
{
23327+
"email": "[email protected]",
23328+
"name": "Microsoft",
23329+
"role": "author"
23330+
}
23331+
],
23332+
"document_names": {
23333+
"description": "DESCRIPTION.rst"
23334+
},
23335+
"project_urls": {
23336+
"Home": "https://github.com/azure/azure-iot-ops-cli-extension"
23337+
}
23338+
}
23339+
},
23340+
"extras": [],
23341+
"generator": "bdist_wheel (0.30.0)",
23342+
"license": "MIT",
23343+
"license_file": "LICENSE",
23344+
"metadata_version": "2.0",
23345+
"name": "azure-iot-ops",
23346+
"requires_python": ">=3.8",
23347+
"run_requires": [
23348+
{
23349+
"requires": [
23350+
"azure-identity (<2.0,>=1.14.1)",
23351+
"kubernetes (<29.0,>=27.2)",
23352+
"opentelemetry-proto (~=1.20.0)",
23353+
"packaging (>=23.2)",
23354+
"protobuf (~=4.25.0)",
23355+
"rich (<14.0,>=13.6)"
23356+
]
23357+
}
23358+
],
23359+
"summary": "The Azure IoT Operations extension for Azure CLI.",
23360+
"version": "0.5.0b1"
23361+
},
23362+
"sha256Digest": "bae0b60c4a8c39689a164bddf5ffb2bd2da09fc87c9b03c2d22fc9936e10dcf4"
2330423363
}
2330523364
],
2330623365
"azure-sphere": [

0 commit comments

Comments
 (0)