Skip to content

Commit

Permalink
Removing min_profile (#75)
Browse files Browse the repository at this point in the history
* update description for generate-sas-token cmd

* removing min_profile
  • Loading branch information
anusapan authored and c-ryan-k committed Jun 12, 2019
1 parent 8266753 commit 5866de6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release History
0.7.1
+++++++++++++++
* Added support for distribution tracing commands.
* Minor fixes.

0.7.0
+++++++++++++++
Expand Down
3 changes: 1 addition & 2 deletions azext_iot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.7.0"
"version": "0.7.1"
}

0 comments on commit 5866de6

Please sign in to comment.