Skip to content

Commit d8ebf09

Browse files
authored
{IoT} Adds IoT extension v0.26.0 to index (#8657)
1 parent 47546df commit d8ebf09

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

src/index.json

+93
Original file line numberDiff line numberDiff line change
@@ -26706,6 +26706,99 @@
2670626706
"version": "0.25.0"
2670726707
},
2670826708
"sha256Digest": "7db4bc07667efa8472513d9e121fb2551fcaeae68255c7bc0768ad4177c1b1c6"
26709+
},
26710+
{
26711+
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.26.0/azure_iot-0.26.0-py3-none-any.whl",
26712+
"filename": "azure_iot-0.26.0-py3-none-any.whl",
26713+
"metadata": {
26714+
"azext.minCliCoreVersion": "2.59.0",
26715+
"classifiers": [
26716+
"Development Status :: 4 - Beta",
26717+
"Intended Audience :: Developers",
26718+
"Intended Audience :: System Administrators",
26719+
"Programming Language :: Python",
26720+
"Programming Language :: Python :: 3 :: Only",
26721+
"Programming Language :: Python :: 3",
26722+
"Programming Language :: Python :: 3.9",
26723+
"Programming Language :: Python :: 3.10",
26724+
"Programming Language :: Python :: 3.11",
26725+
"Programming Language :: Python :: 3.12",
26726+
"License :: OSI Approved :: MIT License"
26727+
],
26728+
"extensions": {
26729+
"python.details": {
26730+
"contacts": [
26731+
{
26732+
"email": "[email protected]",
26733+
"name": "Microsoft",
26734+
"role": "author"
26735+
}
26736+
],
26737+
"document_names": {
26738+
"description": "DESCRIPTION.rst"
26739+
},
26740+
"project_urls": {
26741+
"Home": "https://github.com/azure/azure-iot-cli-extension"
26742+
}
26743+
}
26744+
},
26745+
"extras": [
26746+
"uamqp"
26747+
],
26748+
"generator": "bdist_wheel (0.30.0)",
26749+
"license": "MIT",
26750+
"license_file": "LICENSE",
26751+
"metadata_version": "2.0",
26752+
"name": "azure-iot",
26753+
"requires_python": ">=3.9",
26754+
"run_requires": [
26755+
{
26756+
"requires": [
26757+
"azure-core (<2.0.0,>=1.24.0)",
26758+
"azure-core<2.0.0,>=1.24.0",
26759+
"azure-identity (<1.18.0,>=1.6.1)",
26760+
"azure-identity<1.18.0,>=1.6.1",
26761+
"azure-iot-device (~=2.11)",
26762+
"azure-iot-device~=2.11",
26763+
"azure-mgmt-core (<2.0.0,>=1.3.0)",
26764+
"azure-mgmt-core<2.0.0,>=1.3.0",
26765+
"azure-storage-blob (<13.0.0,>=12.14.0)",
26766+
"azure-storage-blob<13.0.0,>=12.14.0",
26767+
"jsonschema (~=3.2.0)",
26768+
"jsonschema~=3.2.0",
26769+
"msrest (>=0.6.21)",
26770+
"msrest>=0.6.21",
26771+
"msrestazure (<2.0.0,>=0.6.3)",
26772+
"msrestazure<2.0.0,>=0.6.3",
26773+
"packaging",
26774+
"packaging",
26775+
"tomli (~=2.0)",
26776+
"tomli-w (~=1.0)",
26777+
"tomli-w~=1.0",
26778+
"tomli~=2.0",
26779+
"tqdm (~=4.62)",
26780+
"tqdm~=4.62",
26781+
"treelib (~=1.6)",
26782+
"treelib~=1.6"
26783+
]
26784+
},
26785+
{
26786+
"extra": "uamqp",
26787+
"requires": [
26788+
"uamqp (<=1.6.8,>=1.2)"
26789+
]
26790+
},
26791+
{
26792+
"environment": "extra == \"uamqp\"",
26793+
"requires": [
26794+
"uamqp<=1.6.8,>=1.2"
26795+
]
26796+
}
26797+
],
26798+
"summary": "The Azure IoT extension for Azure CLI.",
26799+
"version": "0.26.0"
26800+
},
26801+
"sha256Digest": "be497db3bc9221a82165d685ffc9bf5854e34f7ac8fd88580d6297dc63974a80"
2670926802
}
2671026803
],
2671126804
"azure-iot-ops": [

0 commit comments

Comments
 (0)