Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Move to compute 4.6.2
  • Loading branch information
Oluwatosin Adewale committed Apr 29, 2019
commit 30b4e469ff138eef0face438ebf2fa9ba649f9f2
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-acs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
DEPENDENCIES = [
'azure-mgmt-authorization==0.50.0',
'azure-mgmt-containerservice==5.1.0',
'azure-mgmt-compute==4.6.1',
'azure-mgmt-compute==4.6.2',
'azure-graphrbac==0.60.0',
'azure-cli-core',
'paramiko>=2.0.8',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-servicefabric/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'azure-graphrbac==0.60.0',
'azure-keyvault==1.1.0',
'azure-mgmt-network==2.6.0',
'azure-mgmt-compute==4.6.1',
'azure-mgmt-compute==4.6.2',
'azure-mgmt-storage==3.1.1',
'azure-mgmt-servicefabric==0.2.0',
'azure-mgmt-keyvault==1.1.0',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-vm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
DEPENDENCIES = [
'azure-mgmt-msi==0.2.0',
'azure-mgmt-authorization==0.50.0',
'azure-mgmt-compute==4.6.1',
'azure-mgmt-compute==4.6.2',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might need to update other command modules such as acs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @yugangw-msft acs and servicefabric have been updated.

'azure-mgmt-keyvault==1.1.0',
'azure-keyvault==1.1.0',
'azure-mgmt-network==2.6.0',
Expand Down