Skip to content

Weekly Permissions sync 2026-03-29#1483

Open
marabooy wants to merge 1 commit intomasterfrom
permissions-update/2026-03-29
Open

Weekly Permissions sync 2026-03-29#1483
marabooy wants to merge 1 commit intomasterfrom
permissions-update/2026-03-29

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2026-03-29

@marabooy marabooy requested a review from a team as a code owner March 29, 2026 00:25
Copilot AI review requested due to automatic review settings March 29, 2026 00:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Weekly permissions sync updating Microsoft Graph permission path mappings to include new Data Security & Governance content upload session endpoints.

Changes:

  • Add /me/.../contentUploadSession and /users/{userId}/.../contentUploadSession paths under Content.Process.All.
  • Add the same new paths under Content.Process.User.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +12514 to 12517
"/me/dataSecurityAndGovernance/contentUploadSession": "",
"/me/dataSecurityAndGovernance/processContent": "least=Application,DelegatedWork",
"/users/{userId}/dataSecurityAndGovernance/contentUploadSession": "",
"/users/{userId}/dataSecurityAndGovernance/processContent": "least=Application,DelegatedWork"
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Content.Process.User, the existing /me/.../processContent and /users/{userId}/.../processContent entries specify least=Application,DelegatedWork, but the newly-added .../contentUploadSession paths have an empty value. If empty values are treated differently by the tooling (e.g., no least-privilege annotation), this will make the new endpoints inconsistent with the rest of this permission and could lead to incorrect least-privilege calculations. Please align the contentUploadSession entries with the other paths in this same paths block (likely by adding the same least=Application,DelegatedWork value).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants