Skip to content

Commit add2527

Browse files
authored
Merge pull request #762 from microsoftgraph/permissions-update/2024-09-06
Weekly Permissions sync 2024-09-06
2 parents 5f92615 + 0365bbb commit add2527

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

permissions/new/permissions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39965,7 +39965,8 @@
3996539965
"/planner/plans/{id}/archive": "least=DelegatedWork",
3996639966
"/planner/plans/{id}/unarchive": "least=DelegatedWork",
3996739967
"/planner/rosters": "least=DelegatedWork",
39968-
"/planner/rosters/{id}/assignSensitivityLabel": "least=DelegatedWork"
39968+
"/planner/rosters/{id}/assignSensitivityLabel": "least=DelegatedWork",
39969+
"/planner/undo": "least=DelegatedWork"
3996939970
}
3997039971
},
3997139972
{
@@ -40103,6 +40104,7 @@
4010340104
"/planner/plans/{id}/unarchive": "least=Application",
4010440105
"/planner/rosters": "least=Application",
4010540106
"/planner/rosters/{id}/assignSensitivityLabel": "least=Application",
40107+
"/planner/undo": "least=Application",
4010640108
"/users/{id}/todo/lists/{id}/tasks/{id}/attachments/createuploadsession": "least=Application"
4010740109
}
4010840110
},

0 commit comments

Comments
 (0)