-
Notifications
You must be signed in to change notification settings - Fork 50
Weekly Permissions sync 2025-11-15 #1347
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 1 commit
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 |
|---|---|---|
|
|
@@ -5261,6 +5261,22 @@ | |
| "/users/{id}/reminderview(startdatetime={value},enddatetime={value})": "least=DelegatedWork,DelegatedPersonal,Application" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "GET" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "", | ||
| "/me/settings/workHoursAndLocations/occurrencesView(startDateTime={value},endDateTime={value})": "least=DelegatedWork", | ||
|
||
| "/me/settings/workHoursAndLocations/recurrences": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations": "", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrencesView(startDateTime={value},endDateTime={value})": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/recurrences": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
|
|
@@ -5705,6 +5721,22 @@ | |
| "/users/{id}/reminderview(startdatetime={value},enddatetime={value})": "" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "GET" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "", | ||
| "/me/settings/workHoursAndLocations/occurrencesView(startDateTime={value},endDateTime={value})": "", | ||
| "/me/settings/workHoursAndLocations/recurrences": "", | ||
| "/users/{id}/settings/workHoursAndLocations": "", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrencesView(startDateTime={value},endDateTime={value})": "", | ||
| "/users/{id}/settings/workHoursAndLocations/recurrences": "" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
|
|
@@ -5745,6 +5777,62 @@ | |
| "/users/{id}/calendar/getschedule": "", | ||
| "/users/{id}/calendar/permanentDelete": "least=DelegatedWork,Application" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "POST" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations/occurrences": "least=DelegatedWork", | ||
| "/me/settings/workHoursAndLocations/occurrences/setCurrentLocation": "least=DelegatedWork", | ||
| "/me/settings/workHoursAndLocations/recurrences": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrences": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrences/setCurrentLocation": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/recurrences": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "PUT" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations/occurrences/{id}": "least=DelegatedWork", | ||
| "/me/settings/workHoursAndLocations/recurrences/{id}": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrences/{id}": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/recurrences/{id}": "least=DelegatedWork" | ||
|
Comment on lines
+5807
to
+5808
|
||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "DELETE" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations/occurrences/{id}": "least=DelegatedWork", | ||
| "/me/settings/workHoursAndLocations/recurrences/{id}": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/occurrences/{id}": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations/recurrences/{id}": "least=DelegatedWork" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "PATCH" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations": "least=DelegatedWork" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
|
|
@@ -8896,6 +8984,7 @@ | |
| "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assign": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/assignments/{id}/userSettingsPersistenceDetail/batchCleanupUserSettingsPersistenceProfile": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/provisioningpolicies/{id}/retry": "least=DelegatedWork,Application", | ||
| "/deviceManagement/virtualEndpoint/report/retrieveCloudPcClientUsageReport": "least=DelegatedWork,Application", | ||
| "/deviceManagement/virtualEndpoint/report/retrieveCloudPcRecommendationReports": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/reports/exportjobs": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/reports/getdailyaggregatedremoteconnectionreports": "", | ||
|
|
@@ -24425,6 +24514,17 @@ | |
| "paths": { | ||
| "/storage/fileStorage/containers/{id}/sharePointGroups/{id}": "least=Application" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "POST" | ||
| ], | ||
| "paths": { | ||
| "/copilot/retrieval": "" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
|
|
@@ -29723,6 +29823,18 @@ | |
| "/users/{id}/outlook/mastercategories": "least=DelegatedWork,DelegatedPersonal,Application", | ||
| "/users/{id}/outlook/mastercategories/{id}": "least=DelegatedWork,DelegatedPersonal,Application" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "GET" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations": "least=DelegatedWork" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
|
|
@@ -29831,6 +29943,30 @@ | |
| "/users/{id}/mailfolders/inbox/messagerules/{id}": "least=DelegatedWork,DelegatedPersonal,Application", | ||
| "/users/{id}/outlook/mastercategories/{id}": "least=DelegatedWork,DelegatedPersonal,Application" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "GET" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "", | ||
| "/users/{id}/settings/workHoursAndLocations": "" | ||
| } | ||
| }, | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork" | ||
| ], | ||
| "methods": [ | ||
| "PATCH" | ||
| ], | ||
| "paths": { | ||
| "/me/settings/workHoursAndLocations": "least=DelegatedWork", | ||
| "/users/{id}/settings/workHoursAndLocations": "least=DelegatedWork" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
|
|
||
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.
This path entry at line 5272 has an empty string value, but the same path at line 5833 (PATCH method) and line 29835 (GET method) has 'least=DelegatedWork'. The inconsistency suggests these duplicate entries may need consolidation or clarification of the permission requirements.