Conversation
There was a problem hiding this comment.
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.", |
There was a problem hiding this comment.
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".
| }, | ||
| "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.", |
There was a problem hiding this comment.
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".
Weekly Permissions sync 2025-11-22