Skip to content

Commit 5610f34

Browse files
committed
Minor correction to app registration script
1 parent e3dddc6 commit 5610f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RegisterApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Write-Host "DONE" -ForeGroundColor Green
4444
Write-Host "Creating service principal..." -NoNewline
4545

4646
# Create the app's service principal
47-
$servicePrincipal = New-AzureADServicePrincipal -AppId $app.AppId -Tags {WindowsAzureActiveDirectoryIntegratedApp}
47+
New-AzureADServicePrincipal -AppId $app.AppId -Tags {WindowsAzureActiveDirectoryIntegratedApp} | Out-Null
4848

4949
Write-Host "DONE" -ForeGroundColor Green
5050

0 commit comments

Comments
 (0)