Skip to content

Commit 9e74e7a

Browse files
authored
Update Install-O365Monitor.ps1
Fixed incorrect User.Read.All Application resource ID
1 parent c41f403 commit 9e74e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install-O365Monitor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function RegisterApplication
131131
Type = "Role" #Role -> Application permission
132132
}
133133
@{
134-
Id = "a154be20-db9c-4678-8ab7-66f6cc099a59" #User.Read.All
134+
Id = "df021288-bdef-4463-88db-98f22de89214" #User.Read.All
135135
Type = "Role" #Role -> Application permission
136136
}
137137
@{

0 commit comments

Comments
 (0)