Skip to content

Commit a964345

Browse files
committed
Fix issue with Azure CLI signing key
1 parent 674322d commit a964345

File tree

1 file changed

+1
-1
lines changed
  • solution_template/vm-linux-terraform/scripts

1 file changed

+1
-1
lines changed

solution_template/vm-linux-terraform/scripts/infra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ unset TF_VERSION
7373

7474
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | sudo tee /etc/apt/sources.list.d/azure-cli.list
7575

76-
sudo apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893
76+
sudo curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
7777

7878
sudo apt-get install apt-transport-https
7979

0 commit comments

Comments
 (0)