Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IoT] IoT extension release v0.21.4 #6533

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ iot hub distributed-tracing update:
auth_type_dataplane:
rule_exclusions:
- no_parameter_defaults_for_update_commands
iot hub message-endpoint create cosmosdb-collection:
iot hub message-endpoint create cosmosdb-container:
parameters:
endpoint_resource_group:
rule_exclusions:
Expand All @@ -1293,6 +1293,31 @@ iot hub message-endpoint create storage-container:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub message-endpoint update cosmosdb-container:
parameters:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub message-endpoint update eventhub:
parameters:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub message-endpoint update servicebus-queue:
parameters:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub message-endpoint update servicebus-topic:
parameters:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub message-endpoint update storage-container:
parameters:
endpoint_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
iot hub module-identity 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 @@ -17465,6 +17465,85 @@
"version": "0.21.3"
},
"sha256Digest": "17ed8c55d8cfdf0a874d8e37dd6a6a554f6f077722c7f06dc76cf3c31ef9c46c"
},
{
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.21.4/azure_iot-0.21.4-py3-none-any.whl",
"filename": "azure_iot-0.21.4-py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.37.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.21.4"
},
"sha256Digest": "e61bb2dcea1faa208cfdf7346b0b296bb7d071f45d01536f9c3e32cdba8a9cca"
}
],
"azurestackhci": [
Expand Down