Skip to content

Commit

Permalink
[IoT] IoT Extension Release v0.17.3 (#5441)
Browse files Browse the repository at this point in the history
* IoT Extension Release v0.17.3

* Linter exclusion updates for IoT Extension v0.17.3

Co-authored-by: Ryan Kelly <rykelly@microsoft.com>
  • Loading branch information
c-ryan-k and c-ryan-k authored Oct 12, 2022
1 parent f3b5980 commit a9aa553
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
25 changes: 25 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,17 @@ import-export update:
backup_drive_manifest:
rule_exclusions:
- option_length_too_long
iot central enrollment-group update:
parameters:
api_version:
rule_exclusions:
- no_parameter_defaults_for_update_commands
central_dns_suffix:
rule_exclusions:
- no_parameter_defaults_for_update_commands
enabled:
rule_exclusions:
- no_parameter_defaults_for_update_commands
iot central export destination update:
parameters:
api_version:
Expand Down Expand Up @@ -1164,6 +1175,20 @@ iot central organization update:
central_dns_suffix:
rule_exclusions:
- no_parameter_defaults_for_update_commands
iot central scheduled-job update:
parameters:
api_version:
rule_exclusions:
- no_parameter_defaults_for_update_commands
central_dns_suffix:
rule_exclusions:
- no_parameter_defaults_for_update_commands
batch_type:
rule_exclusions:
- no_parameter_defaults_for_update_commands
threshold_type:
rule_exclusions:
- no_parameter_defaults_for_update_commands
iot central user update:
parameters:
api_version:
Expand Down
74 changes: 74 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12764,6 +12764,80 @@
"version": "0.17.1"
},
"sha256Digest": "5edb56987e339e6eac50190d309e8b62f1da8e76c943537b8bdf45833d2d6307"
},
{
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.17.3/azure_iot-0.17.3-py3-none-any.whl",
"filename": "azure_iot-0.17.3-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.30.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-iot-device (~=2.11)",
"azure-mgmt-core (<2.0.0,>=1.3.0)",
"jsonschema (~=3.2.0)",
"msrest (>=0.6.21)",
"msrestazure (<2.0.0,>=0.6.3)",
"packaging",
"tqdm (~=4.62)"
]
},
{
"extra": "uamqp",
"requires": [
"uamqp (~=1.2)"
]
},
{
"environment": "python_version < \"3.8\"",
"requires": [
"importlib-metadata"
]
}
],
"summary": "The Azure IoT extension for Azure CLI.",
"version": "0.17.3"
},
"sha256Digest": "bf343936bd2f515c46d8cff9b59cc340eb88c0ee2f4be93fe9d2a9d4ba863346"
}
],
"azurestackhci": [
Expand Down

0 comments on commit a9aa553

Please sign in to comment.