-
Notifications
You must be signed in to change notification settings - Fork 44
Weekly Permissions sync 2026-01-16 #1407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37100,7 +37100,7 @@ | |
| ], | ||
| "paths": { | ||
| "/identity/conditionalaccess/claimProviders": "least=DelegatedWork", | ||
| "/identity/conditionalaccess/claimProviders/validate": "least=DelegatedWork" | ||
| "/identity/conditionalaccess/claimProviders/{name}/validate": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
|
|
@@ -38342,7 +38342,7 @@ | |
| ], | ||
| "paths": { | ||
| "/identity/conditionalaccess/claimProviders": "", | ||
| "/identity/conditionalaccess/claimProviders/validate": "" | ||
| "/identity/conditionalaccess/claimProviders/{name}/validate": "" | ||
| } | ||
| }, | ||
| { | ||
|
|
@@ -48242,6 +48242,7 @@ | |
| "/planner/tasks/{id}/assignedtotaskboardformat": "least=DelegatedWork", | ||
| "/planner/tasks/{id}/buckettaskboardformat": "least=DelegatedWork", | ||
| "/planner/tasks/{id}/details": "least=DelegatedWork", | ||
| "/planner/tasks/{id}/messages": "least=DelegatedWork", | ||
| "/planner/tasks/{id}/progresstaskboardformat": "least=DelegatedWork", | ||
| "/planner/tasks/delta": "least=DelegatedWork", | ||
| "/teams/{id}/channels/{id}/planner/plans": "least=DelegatedWork", | ||
|
|
@@ -48775,6 +48776,7 @@ | |
| "/planner/plans/{id}/unarchive": "least=DelegatedWork", | ||
| "/planner/rosters": "least=DelegatedWork", | ||
| "/planner/rosters/{id}/assignSensitivityLabel": "least=DelegatedWork", | ||
| "/planner/tasks/{id}/messages": "least=DelegatedWork", | ||
| "/planner/undo": "least=DelegatedWork" | ||
| } | ||
| }, | ||
|
|
@@ -48791,6 +48793,30 @@ | |
| "/planner/rosters/{id}/members/{id}": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "DELETE", | ||
| "POST" | ||
| ], | ||
| "paths": { | ||
| "/planner/tasks/{taskId}/messages/{id}/reactions": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "DELETE", | ||
| "PATCH" | ||
| ], | ||
| "paths": { | ||
| "/planner/tasks/{id}/messages/{id}": "least=DelegatedWork" | ||
|
||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -1104,6 +1104,88 @@ | |||||
| "resourceAppId": "00000003-0000-0000-c000-000000000000" | ||||||
| } | ||||||
| ], | ||||||
| "AppManagementOnboarding.Read.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| } | ||||||
| ], | ||||||
| "AppManagementOnboarding.ReadWrite.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| } | ||||||
| ], | ||||||
| "AppManagementOnboarding.Submit": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| } | ||||||
| ], | ||||||
| "AppManagementOnboardingBlob.Read.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| } | ||||||
| ], | ||||||
| "AppManagementOnboardingBlob.ReadWrite.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "c7441e5a-180f-453a-bc4e-126159ca0174" | ||||||
| } | ||||||
| ], | ||||||
| "AppRoleAssignment.ReadWrite.All": [ | ||||||
| { | ||||||
| "id": "84bccea3-f856-4a8a-967b-dbe0a3d53a64", | ||||||
|
|
@@ -10360,6 +10442,16 @@ | |||||
| "resourceAppId": "" | ||||||
| } | ||||||
| ], | ||||||
| "Policy.ReadWrite.AuthMethod-Features": [ | ||||||
|
||||||
| "Policy.ReadWrite.AuthMethod-Features": [ | |
| "Policy.ReadWrite.AuthMethodFeatures": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The path parameter uses '{taskId}' while other planner paths in this file consistently use '{id}' for task identifiers (e.g., '/planner/tasks/{id}/messages/{id}' on line 48817). This inconsistency could cause confusion. Consider using '{id}' for consistency, or use more descriptive parameter names like '{taskId}' and '{messageId}' to disambiguate.