diff --git a/HISTORY.rst b/HISTORY.rst index 9f842b368..4e506aa9a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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. diff --git a/azext_iot/constants.py b/azext_iot/constants.py index 195875e82..aa57059a9 100644 --- a/azext_iot/constants.py +++ b/azext_iot/constants.py @@ -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"