Skip to content

Commit

Permalink
fix: Fixed azure flavourinit
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 28, 2023
1 parent fef840a commit 8a7dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/azure/flavourinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
EOF
echo az login "${tenantArg[@]}" >> ~/bin/azure-relogin

if [ "X${AZ_SUBSCRIPTION}X" == "XX" ]
if [ "X${AZ_SUBSCRIPTION}X" != "XX" ]
then
echo "Warning: This configuration uses the DEPRECATED AZ_SUBSCRIPTION environment variable. Please use ARM_SUBSCRIPTION_ID instead. Support for this will be removed in the next major version after 10/2024."
ARM_SUBSCRIPTION_ID=$AZ_SUBSCRIPTION
Expand Down

0 comments on commit 8a7dc42

Please sign in to comment.