Merge pull request #4128 from spuder/f/principle-principal

fixes typo
This commit is contained in:
Matthew Hooker 2016-11-07 10:05:08 -08:00 committed by GitHub
commit 613b935514
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ createStorageAccount() {
fi fi
} }
createServicePrinciple() { createServicePrincipal() {
echo "==> Creating service principal" echo "==> Creating service principal"
azure_object_id=$(azure ad sp create -n $meta_name --home-page http://$meta_name --identifier-uris http://$meta_name/example -p $azure_client_secret --json | jq -r .objectId) azure_object_id=$(azure ad sp create -n $meta_name --home-page http://$meta_name --identifier-uris http://$meta_name/example -p $azure_client_secret --json | jq -r .objectId)
azure_client_id=$(azure ad app show -c $meta_name --json | jq -r .[0].appId) azure_client_id=$(azure ad app show -c $meta_name --json | jq -r .[0].appId)
@ -201,7 +201,7 @@ setup() {
sleep 5 sleep 5
createStorageAccount createStorageAccount
sleep 5 sleep 5
createServicePrinciple createServicePrincipal
sleep 5 sleep 5
createPermissions createPermissions