mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
Changed Service Principal Creation sequence to comply with newer CLI reqs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user