File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
99
100
100
New-AzureADServiceAppRoleAssignment -Id $myApp.AppRoles[0].Id -ResourceId $myServicePrincipal.ObjectId -ObjectId $eventGridSP.ObjectId -PrincipalId $eventGridSP.ObjectId
101
101
102
- Write-Host "My Azure AD Tenant Id" + $myTenantId
103
- Write-Host "My Azure AD Application Id" + $myAzureADApplicationObjectId
104
- Write-Host "My Azure AD Application ($myApp. ObjectId): " + $ myApp.ObjectId
105
- Write-Host "My Azure AD Application's Roles"
102
+ Write-Host "My Azure AD Tenant Id: $myTenantId"
103
+ Write-Host "My Azure AD Application Id: $($myApp.AppId)"
104
+ Write-Host "My Azure AD Application ObjectId: $($ myApp.ObjectId)"
105
+ Write-Host "My Azure AD Application's Roles: "
106
106
Write-Host $myApp.AppRoles
107
107
```
108
108
You can’t perform that action at this time.
0 commit comments