Skip to content

Commit

Permalink
Update AddAzureAdAppRegistration.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashisharya65 authored May 22, 2023
1 parent 8aa7492 commit 7760bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Write-Host "`n================================"
Write-Host "Below are the app credentials: " -ForegroundColor Green
Write-Host "================================"
Write-Host "Client ID: " -ForegroundColor 'Cyan' -NoNewline
Write-Host $AppRegistration.AppId --ForegroundColor 'Yellow'
Write-Host $AppRegistration.AppId -ForegroundColor 'Yellow'
Write-Host "Object ID: " -ForegroundColor 'Cyan' -NoNewline
Write-Host $AppRegistration.Id -ForegroundColor 'Yellow'
Write-Host "Tenand ID: " -ForegroundColor 'Cyan' -NoNewline
Expand Down

0 comments on commit 7760bac

Please sign in to comment.