Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adal:upgrade to 0.4.2 #1225

Merged
merged 3 commits into from
Nov 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adal==0.4.1
adal==0.4.2
applicationinsights==0.10.0
argcomplete==1.3.0
colorama==0.3.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# TODO These dependencies should be updated to reflect only what this package needs
DEPENDENCIES = [
'adal>=0.4.1',
'adal>=0.4.2',
'applicationinsights',
'argcomplete>=1.3.0',
'azure-mgmt-trafficmanager==0.30.0rc6',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

LOGIN_METHOD_LIST = [
'Device code authentication, we will provide a code you enter into a web page and log into',
'Username and password',
"Username and password (MFA enforced accounts or MSA accounts such as live-id not supported)",
'Service Principal with secret',
'Skip this step (login is available with the \'az login\' command)'
]
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-profile/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]

DEPENDENCIES = [
'adal>=0.4.1',
'adal>=0.4.2',
'azure-cli-core',
]

Expand Down