Skip to content

Commit f0bd4d6

Browse files
committed
Update azure-iot extension to v0.28.0
1 parent 4496952 commit f0bd4d6

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

src/index.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33212,6 +33212,89 @@
3321233212
"version": "0.30.0b1"
3321333213
},
3321433214
"sha256Digest": "c05c57c9e81fa7f2dd0fe49f74bd1792fd1783d582007bbd1328588b9e738ccb"
33215+
},
33216+
{
33217+
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.28.0/azure_iot-0.28.0-py3-none-any.whl",
33218+
"filename": "azure_iot-0.28.0-py3-none-any.whl",
33219+
"metadata": {
33220+
"azext.isPreview": false,
33221+
"azext.minCliCoreVersion": "2.67.0",
33222+
"classifiers": [
33223+
"Development Status :: 4 - Beta",
33224+
"Intended Audience :: Developers",
33225+
"Intended Audience :: System Administrators",
33226+
"Programming Language :: Python",
33227+
"Programming Language :: Python :: 3 :: Only",
33228+
"Programming Language :: Python :: 3",
33229+
"Programming Language :: Python :: 3.9",
33230+
"Programming Language :: Python :: 3.10",
33231+
"Programming Language :: Python :: 3.11",
33232+
"Programming Language :: Python :: 3.12",
33233+
"Programming Language :: Python :: 3.13",
33234+
"License :: OSI Approved :: MIT License"
33235+
],
33236+
"extensions": {
33237+
"python.details": {
33238+
"contacts": [
33239+
{
33240+
"email": "[email protected]",
33241+
"name": "Microsoft",
33242+
"role": "author"
33243+
}
33244+
],
33245+
"document_names": {
33246+
"description": "DESCRIPTION.rst"
33247+
},
33248+
"project_urls": {
33249+
"Home": "https://github.com/azure/azure-iot-cli-extension"
33250+
}
33251+
}
33252+
},
33253+
"extras": [],
33254+
"generator": "bdist_wheel (0.30.0)",
33255+
"license": "MIT",
33256+
"license_file": "LICENSE",
33257+
"metadata_version": "2.0",
33258+
"name": "azure-iot",
33259+
"requires_python": ">=3.9",
33260+
"run_requires": [
33261+
{
33262+
"requires": [
33263+
"azure-core (<2.0.0,>=1.24.0)",
33264+
"azure-core<2.0.0,>=1.24.0",
33265+
"azure-eventhub (~=5.15.0)",
33266+
"azure-eventhub~=5.15.0",
33267+
"azure-identity (<1.18.0,>=1.6.1)",
33268+
"azure-identity<1.18.0,>=1.6.1",
33269+
"azure-iot-device (~=2.11)",
33270+
"azure-iot-device~=2.11",
33271+
"azure-mgmt-core (<2.0.0,>=1.3.0)",
33272+
"azure-mgmt-core<2.0.0,>=1.3.0",
33273+
"azure-storage-blob (<13.0.0,>=12.14.0)",
33274+
"azure-storage-blob<13.0.0,>=12.14.0",
33275+
"jsonschema (~=3.2.0)",
33276+
"jsonschema~=3.2.0",
33277+
"msrest (>=0.6.21)",
33278+
"msrest>=0.6.21",
33279+
"msrestazure (<2.0.0,>=0.6.3)",
33280+
"msrestazure<2.0.0,>=0.6.3",
33281+
"packaging (>=23.2)",
33282+
"packaging>=23.2",
33283+
"tomli (~=2.0)",
33284+
"tomli-w (~=1.0)",
33285+
"tomli-w~=1.0",
33286+
"tomli~=2.0",
33287+
"tqdm (~=4.62)",
33288+
"tqdm~=4.62",
33289+
"treelib (~=1.6)",
33290+
"treelib~=1.6"
33291+
]
33292+
}
33293+
],
33294+
"summary": "The Azure IoT extension for Azure CLI.",
33295+
"version": "0.28.0"
33296+
},
33297+
"sha256Digest": "36c29d5ce8e43a1a41ea91e33718aa591077a09b85487c2bb824b0e6e54e29e5"
3321533298
}
3321633299
],
3321733300
"azure-iot-ops": [

0 commit comments

Comments
 (0)