Skip to content

Commit

Permalink
Version bump to 0.7.0 (#66)
Browse files Browse the repository at this point in the history
* Version bump to 0.7.0
  • Loading branch information
anusapan authored and c-ryan-k committed Mar 9, 2019
1 parent 9f051e5 commit a96b56e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion azext_iot/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion azext_iot/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.minCliCoreVersion": "2.0.24",
"version": "0.6.2"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion azext_iot/operations/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit a96b56e

Please sign in to comment.