Changed Service Principal Creation sequence to comply with newer CLI reqs

This commit is contained in:
Eugene Chuvyrov 2016-11-08 00:02:31 -08:00
parent 403fe17f96
commit eb75dbb693
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ createServicePrincipal() {
newer_syntax = true
fi
if [newer_syntax -eq true ]; then
if [ "${newer_syntax}" = true ]; then
azure ad sp create -a $azure_client_id
else
azure ad sp create $azure_client_id