mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-22 06:37:02 -04:00
Changed Service Principal Creation sequence to comply with newer CLI reqs
This commit is contained in:
parent
403fe17f96
commit
eb75dbb693
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue