From 5866de6399e6c78d18e7b0747fd4c75157090a50 Mon Sep 17 00:00:00 2001 From: Sapan Saxena <31940305+anusapan@users.noreply.github.com> Date: Wed, 12 Jun 2019 15:19:53 -0700 Subject: [PATCH] Removing min_profile (#75) * update description for generate-sas-token cmd * removing min_profile --- HISTORY.rst | 1 + azext_iot/__init__.py | 3 +-- azext_iot/azext_metadata.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index daaf5555e..4c4837c48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ Release History 0.7.1 +++++++++++++++ * Added support for distribution tracing commands. +* Minor fixes. 0.7.0 +++++++++++++++ diff --git a/azext_iot/__init__.py b/azext_iot/__init__.py index aa509eff6..b7b439a25 100644 --- a/azext_iot/__init__.py +++ b/azext_iot/__init__.py @@ -23,8 +23,7 @@ class IoTExtCommandsLoader(AzCommandsLoader): def __init__(self, cli_ctx=None): - super(IoTExtCommandsLoader, self).__init__(cli_ctx=cli_ctx, - min_profile='2017-03-10-profile') + super(IoTExtCommandsLoader, self).__init__(cli_ctx=cli_ctx) def load_command_table(self, args): from azext_iot.commands import load_command_table diff --git a/azext_iot/azext_metadata.json b/azext_iot/azext_metadata.json index 0dfb16533..0fa9ed9de 100644 --- a/azext_iot/azext_metadata.json +++ b/azext_iot/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.minCliCoreVersion": "2.0.24", - "version": "0.7.0" + "version": "0.7.1" } \ No newline at end of file