Skip to content

Commit

Permalink
History fix (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 authored Jun 30, 2023
1 parent fe7a06c commit a68c95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Release History

**IoT Hub updates**

* Add command group `az iot hub message-endpointendpoint update`, which will allow you to update your message endpoint without deleting it.
* Add command group `az iot hub message-endpoint update`, which will allow you to update your message endpoint without deleting it.

* The IoT Hub name (`--hub-name`) can now be the IoT Hub name or hostname. This allows for RBAC authentication method (`--auth-type login`) to skip resource lookup if a hostname is provided. If properties beyond those that can be determined from the hostname are needed, resource lookup will still occur. Commands that do not support authentication methods will require the IoT Hub name.

Expand Down
2 changes: 1 addition & 1 deletion azext_iot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.21.3"
VERSION = "0.21.4"
EXTENSION_NAME = "azure-iot"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
EXTENSION_CONFIG_ROOT_KEY = "iotext"
Expand Down

0 comments on commit a68c95b

Please sign in to comment.