From a96b56e9605f6edb9780a8964efad00e7b661531 Mon Sep 17 00:00:00 2001 From: Sapan Saxena <31940305+anusapan@users.noreply.github.com> Date: Fri, 8 Mar 2019 16:23:20 -0800 Subject: [PATCH] Version bump to 0.7.0 (#66) * Version bump to 0.7.0 --- HISTORY.rst | 2 +- azext_iot/_constants.py | 2 +- azext_iot/azext_metadata.json | 2 +- azext_iot/operations/hub.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index cef39014f..ca80176ec 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.6.2 +0.7.0 +++++++++++++++ * Added support for deviceId wildcards and IoT Hub query language filtering to monitor-events. * Added support for edge offline commands. diff --git a/azext_iot/_constants.py b/azext_iot/_constants.py index e4951358c..a3b0daec2 100644 --- a/azext_iot/_constants.py +++ b/azext_iot/_constants.py @@ -6,7 +6,7 @@ import os -VERSION = '0.6.2' +VERSION = '0.7.0' EXTENSION_NAME = 'azure-cli-iot-ext' EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) EXTENSION_CONFIG_ROOT_KEY = 'iotext' diff --git a/azext_iot/azext_metadata.json b/azext_iot/azext_metadata.json index f3d2cb047..0dfb16533 100644 --- a/azext_iot/azext_metadata.json +++ b/azext_iot/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.minCliCoreVersion": "2.0.24", - "version": "0.6.2" + "version": "0.7.0" } \ No newline at end of file diff --git a/azext_iot/operations/hub.py b/azext_iot/operations/hub.py index 43cfc5ed7..1d30a6aba 100644 --- a/azext_iot/operations/hub.py +++ b/azext_iot/operations/hub.py @@ -962,7 +962,7 @@ def _build_device_or_module_connection_string(device, key_type='primary', module # Introducing breaking changes by removing this command as same command exist in core-cli. -# Only removing the command and keeping command defination for further references. +# Only removing the command and keeping command definition for further references. def iot_get_hub_connection_string(cmd, hub_name, policy_name='iothubowner', key_type='primary', resource_group_name=None): result = {}