Skip to content

Commit

Permalink
IoT extension 0.9.4 release (Digital Twins content release) (#1837)
Browse files Browse the repository at this point in the history
* IoT extension 0.9.4 release (Digital Twins content release)

* Add linter exclusions for dt endpoint create rg params.
  • Loading branch information
digimaun authored Jun 8, 2020
1 parent 07ed3d5 commit b34c031
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ devops wiki page update:
encoding:
rule_exclusions:
- no_parameter_defaults_for_update_commands
dt endpoint create servicebus:
parameters:
servicebus_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
dt endpoint create eventgrid:
parameters:
eventgrid_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
dt endpoint create eventhub:
parameters:
eventhub_resource_group:
rule_exclusions:
- parameter_should_not_end_in_resource_group
eventgrid event-subscription update:
parameters:
endpoint_type:
Expand Down
8 changes: 4 additions & 4 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2136,8 +2136,8 @@
],
"azure-iot": [
{
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.9.3/azure_iot-0.9.3-py2.py3-none-any.whl",
"filename": "azure_iot-0.9.3-py2.py3-none-any.whl",
"downloadUrl": "https://github.com/Azure/azure-iot-cli-extension/releases/download/v0.9.4/azure_iot-0.9.4-py2.py3-none-any.whl",
"filename": "azure_iot-0.9.4-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.0.70",
"classifiers": [
Expand Down Expand Up @@ -2184,9 +2184,9 @@
}
],
"summary": "The Azure IoT extension for Azure CLI.",
"version": "0.9.3"
"version": "0.9.4"
},
"sha256Digest": "cc0852b41fc515756c9a631efa7eeac665fe0006da288b3561fd3e72f95ba28c"
"sha256Digest": "bbf330942daac0035bd9bb9a0fdeaf297124ec8cd98e28e46adb2bf34070295b"
}
],
"blockchain": [
Expand Down

0 comments on commit b34c031

Please sign in to comment.