Skip to content

Commit

Permalink
use latest adal library (Azure#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft committed Apr 26, 2016
1 parent 76298c4 commit fbfc482
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed libs/adal-0.2.1.zip
Binary file not shown.
Binary file added libs/adal-0.2.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ six==1.10.0
vcrpy==1.7.4

# install adal from our libs dir
libs/adal-0.2.1.zip
libs/adal-0.2.2.zip
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
]

DEPENDENCIES = [
'adal==0.2.1', #from internal index server.
'adal==0.2.2', # from libs/adal-*.zip
'applicationinsights',
'argcomplete',
'azure==2.0.0rc1',
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 @@ -38,7 +38,7 @@

DEPENDENCIES = [
'azure==2.0.0rc1',
'adal==0.2.1', #from internal index server.
'adal==0.2.2', #from libs/adal-*.zip
]

with open('README.rst', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit fbfc482

Please sign in to comment.