Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2025-11-22

@marabooy marabooy requested a review from a team as a code owner November 22, 2025 00:37
Copilot AI review requested due to automatic review settings November 22, 2025 00:37
Copy link
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

This PR performs a weekly synchronization of permissions data, updating provisioning information and permission definitions for Microsoft Graph API permissions. The changes enable the new MailboxConfigItem.Read permission and reorganize several existing permission pathSets for better structure.

  • Enables MailboxConfigItem.Read permission by adding UUIDs and setting isEnabled to true in provisioningInfo.json
  • Adds complete permission definition for MailboxConfigItem.Read with DelegatedWork, DelegatedPersonal, and Application schemes
  • Reorganizes Calendar.Read and CloudPC.ReadWrite.All pathSets to separate DelegatedWork-only paths from multi-scheme paths
  • Adds new claimProviders endpoints to Policy.Read.All and Policy.ReadWrite.ConditionalAccess permissions

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
permissions/new/provisioningInfo.json Enables MailboxConfigItem.Read by populating UUIDs and setting isHidden/isEnabled flags; adds trailing newline
permissions/new/permissions.json Adds MailboxConfigItem.Read permission definition with pathSets for UserConfiguration objects; reorganizes Calendar.Read, CloudPC.ReadWrite.All pathSets; adds claimProviders endpoints to Policy permissions

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

"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read user's UserConfiguration objects",
"adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.",
Copy link

Copilot AI Nov 22, 2025

Choose a reason for hiding this comment

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

Duplicate word "the" in the description. Should be "on behalf of the signed-in user" instead of "on behalf of the the signed-in user".

Copilot uses AI. Check for mistakes.
},
"DelegatedPersonal": {
"adminDisplayName": "Read user's UserConfiguration objects",
"adminDescription": "Allows the app to read user's UserConfiguration objects, on behalf of the the signed-in user.",
Copy link

Copilot AI Nov 22, 2025

Choose a reason for hiding this comment

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

Duplicate word "the" in the description. Should be "on behalf of the signed-in user" instead of "on behalf of the the signed-in user".

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh closed this Dec 1, 2025
@jasonjoh jasonjoh deleted the permissions-update/2025-11-22 branch December 1, 2025 20:30
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.

3 participants