From b7214db7611d407e673451b28efc08e25c85314e Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Tue, 8 May 2018 13:55:19 -0700 Subject: [PATCH] Updated depricated arg for az CLI tool. --- solution_template/vm-linux-terraform/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution_template/vm-linux-terraform/scripts/install.sh b/solution_template/vm-linux-terraform/scripts/install.sh index 19f0458c..29399f1b 100644 --- a/solution_template/vm-linux-terraform/scripts/install.sh +++ b/solution_template/vm-linux-terraform/scripts/install.sh @@ -130,6 +130,6 @@ chown $USERNAME:$USERNAME $TFENVFILE # create the container for remote state logger -t devvm "Creating the container for remote state" -az login --msi +az login --identity az storage container create -n terraform-state --account-name $STORAGE_ACCOUNT_NAME --account-key $STORAGE_ACCOUNT_KEY logger -t devvm "Container for remote state created: $?"