Skip to content

Commit b7214db

Browse files
committed
Updated depricated arg for az CLI tool.
1 parent 7381af4 commit b7214db

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/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ chown $USERNAME:$USERNAME $TFENVFILE
130130

131131
# create the container for remote state
132132
logger -t devvm "Creating the container for remote state"
133-
az login --msi
133+
az login --identity
134134
az storage container create -n terraform-state --account-name $STORAGE_ACCOUNT_NAME --account-key $STORAGE_ACCOUNT_KEY
135135
logger -t devvm "Container for remote state created: $?"

0 commit comments

Comments
 (0)