From ec1fa3bb578c779fb8ce15405ac9df4e689907d6 Mon Sep 17 00:00:00 2001 From: Chad Duffey <7192541+chadduffey@users.noreply.github.com> Date: Sat, 14 Aug 2021 22:07:26 +1000 Subject: [PATCH] update Azure venv - new versions of msrestazure & azure-cli-core to resolve errors (#14109) https://github.com/trailofbits/algo/issues/1881 I needed the update to azure-cli-core as suggested by @benzin1984 but the new version didn't work for me without an update to msrestazure as well. Dependency changes: msrestazure==0.6.4 azure-cli-core==2.16.0 --- roles/cloud-azure/tasks/venv.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cloud-azure/tasks/venv.yml b/roles/cloud-azure/tasks/venv.yml index 52f0940..f8e109a 100644 --- a/roles/cloud-azure/tasks/venv.yml +++ b/roles/cloud-azure/tasks/venv.yml @@ -5,7 +5,7 @@ - packaging - requests[security] - xmltodict - - azure-cli-core==2.0.35 + - azure-cli-core==2.16.0 - azure-cli-nspkg==3.0.2 - azure-common==1.1.11 - azure-mgmt-authorization==0.51.1 @@ -32,7 +32,7 @@ - azure-nspkg==2.0.0 - azure-storage==0.35.1 - msrest==0.6.1 - - msrestazure==0.5.0 + - msrestazure==0.6.4 - azure-keyvault==1.0.0a1 - azure-graphrbac==0.40.0 - azure-mgmt-cosmosdb==0.5.2