We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3dddc6 commit 5610f34Copy full SHA for 5610f34
1 file changed
RegisterApp.ps1
@@ -44,7 +44,7 @@ Write-Host "DONE" -ForeGroundColor Green
44
Write-Host "Creating service principal..." -NoNewline
45
46
# Create the app's service principal
47
-$servicePrincipal = New-AzureADServicePrincipal -AppId $app.AppId -Tags {WindowsAzureActiveDirectoryIntegratedApp}
+New-AzureADServicePrincipal -AppId $app.AppId -Tags {WindowsAzureActiveDirectoryIntegratedApp} | Out-Null
48
49
Write-Host "DONE" -ForeGroundColor Green
50
0 commit comments