Skip to content

Commit

Permalink
added missing Group.Read.All permission
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Francillette committed Feb 26, 2024
1 parent e6f2292 commit b1c9e65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"graph": {
"delegated": {
"read": [
{
"name": "Group.Read.All"
},
{
"name": "DeviceManagementConfiguration.Read.All"
}
Expand All @@ -17,6 +20,9 @@
},
"application": {
"read": [
{
"name": "Group.Read.All"
},
{
"name": "DeviceManagementConfiguration.Read.All"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"graph": {
"delegated": {
"read": [
{
"name": "Group.Read.All"
},
{
"name": "DeviceManagementConfiguration.Read.All"
}
Expand All @@ -17,6 +20,9 @@
},
"application": {
"read": [
{
"name": "Group.Read.All"
},
{
"name": "DeviceManagementConfiguration.Read.All"
}
Expand Down

0 comments on commit b1c9e65

Please sign in to comment.