From a9643455447fb6ccf99e2bcf8d967fa34addfe6f Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Wed, 6 Jun 2018 13:51:16 -0700 Subject: [PATCH] Fix issue with Azure CLI signing key --- solution_template/vm-linux-terraform/scripts/infra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution_template/vm-linux-terraform/scripts/infra.sh b/solution_template/vm-linux-terraform/scripts/infra.sh index 3be0a966..2a331b4d 100644 --- a/solution_template/vm-linux-terraform/scripts/infra.sh +++ b/solution_template/vm-linux-terraform/scripts/infra.sh @@ -73,7 +73,7 @@ unset TF_VERSION echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | sudo tee /etc/apt/sources.list.d/azure-cli.list -sudo apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893 +sudo curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - sudo apt-get install apt-transport-https