Skip to content

Commit

Permalink
Fix setup script for new app registrations (#16635)
Browse files Browse the repository at this point in the history
  • Loading branch information
azabbasi authored Oct 21, 2020
1 parent f06c7a8 commit 770a232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (-not $sp)
}

# Get test application OID from the service principal
$applicationOId = az ad sp show --id $sp --query "objectId" --output tsv
$applicationOId = az ad sp show --id $appId --query "objectId" --output tsv

$rgExists = az group exists --name $ResourceGroup
if ($rgExists -eq "False")
Expand Down

0 comments on commit 770a232

Please sign in to comment.