Skip to content

Commit

Permalink
[IoT] Adds IoT Extension v0.20.0 (Azure#5935)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Feb 28, 2023
1 parent 4f56120 commit 0a506b3
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,14 @@ iot hub module-twin update:
auth_type_dataplane:
rule_exclusions:
- no_parameter_defaults_for_update_commands
iot hub state migrate:
parameters:
orig_resource_group_name:
rule exclusions:
- parameter_should_not_end_in_resource_group
resource_group_name:
rule exclusions:
- parameter_should_not_end_in_resource_group
iot edge deployment update:
parameters:
auth_type_dataplane:
Expand Down
79 changes: 79 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15102,6 +15102,85 @@
"version": "0.19.1"
},
"sha256Digest": "685c526081ce60fa2188106cd71c9412ee4765d5d74f3f0dce53466bdd9df15e"
},
{
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.20.0/azure_iot-0.20.0-py3-none-any.whl",
"filename": "azure_iot-0.20.0-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.32.0",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "iotupx@microsoft.com",
"name": "Microsoft",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/azure/azure-iot-cli-extension"
}
}
},
"extras": [
"uamqp"
],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "azure-iot",
"requires_python": ">=3.7",
"run_requires": [
{
"requires": [
"azure-core (<2.0.0,>=1.24.0)",
"azure-identity (<2.0.0,>=1.6.1)",
"azure-iot-device (~=2.11)",
"azure-mgmt-core (<2.0.0,>=1.3.0)",
"azure-storage-blob (<13.0.0,>=12.14.0)",
"jsonschema (~=3.2.0)",
"msrest (>=0.6.21)",
"msrestazure (<2.0.0,>=0.6.3)",
"packaging",
"tomli (~=2.0)",
"tomli-w (~=1.0)",
"tqdm (~=4.62)",
"treelib (~=1.6)"
]
},
{
"extra": "uamqp",
"requires": [
"uamqp (~=1.2)"
]
},
{
"environment": "python_version < \"3.8\"",
"requires": [
"importlib-metadata"
]
}
],
"summary": "The Azure IoT extension for Azure CLI.",
"version": "0.20.0"
},
"sha256Digest": "6e304cee43f0e83d9aaa05c4283491fd6b4cf4ff4f685a3e08eaa8809ac8d5e7"
}
],
"azurestackhci": [
Expand Down

0 comments on commit 0a506b3

Please sign in to comment.