mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Changed Service Principal Creation sequence to comply with newer CLI reqs
This commit is contained in:
parent
a5c6d3743e
commit
ab48ed3fe6
1 changed files with 2 additions and 0 deletions
|
|
@ -209,6 +209,8 @@ setup() {
|
|||
sleep 5
|
||||
createStorageAccount
|
||||
sleep 5
|
||||
createApplication
|
||||
sleep 5
|
||||
createServicePrincipal
|
||||
sleep 5
|
||||
createPermissions
|
||||
|
|
|
|||
Loading…
Reference in a new issue