Skip to content

Commit

Permalink
Update to Knack 0.6.3. (#9893)
Browse files Browse the repository at this point in the history
* Update to Knack 0.6.3.

* Fix batch linter violations.
  • Loading branch information
tjprescott authored Jul 9, 2019
1 parent d22d8b8 commit 3523c04
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
7 changes: 6 additions & 1 deletion src/azure-cli/azure/cli/command_modules/batch/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,13 @@
short-summary: Log in to a Batch account through Azure Active Directory or Shared Key authentication.
"""

helps['batch pool supported-images list'] = """
helps['batch pool supported-images'] = """
type: group
short-summary: Query information on VM images supported by Azure Batch service.
"""

helps['batch pool supported-images list'] = """
type: command
short-summary: Lists all Virtual Machine Images supported by the Azure Batch service.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py2.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipaddress==1.0.22
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
monotonic==1.5
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py2.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipaddress==1.0.22
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
monotonic==1.5
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py2.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ipaddress==1.0.22
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
monotonic==1.5
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ invoke==1.2.0
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
msrest==0.6.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ invoke==1.2.0
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
msrest==0.6.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ invoke==1.2.0
isodate==0.6.0
Jinja2==2.10.1
jmespath==0.9.4
knack==0.6.2
knack==0.6.3
MarkupSafe==1.1.1
mock==2.0.0
msrest==0.6.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
'colorama~=0.4.1',
'cryptography>=2.3.1,<3.0.0',
'fabric~=2.4',
'knack~=0.6.2',
'knack~=0.6,>=0.6.3',
'mock~=2.0',
'paramiko>=2.0.8,<3.0.0',
'prompt_toolkit~=1.0,>=1.0.15',
Expand Down

0 comments on commit 3523c04

Please sign in to comment.