Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2025-11-24

Copilot AI review requested due to automatic review settings November 24, 2025 00:27
@marabooy marabooy requested a review from a team as a code owner November 24, 2025 00:27
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 permissions sync that updates Microsoft Graph API permission configurations. The changes enable a new permission scope and reorganize existing path mappings for better clarity and maintainability.

Key Changes:

  • Enables the new MailboxConfigItem.Read permission scope with proper provisioning IDs and full permission definitions
  • Reorganizes Calendar and CloudPC permission path mappings to separate DelegatedWork-only endpoints into dedicated pathSets
  • Adds new claimProviders endpoint support to conditional access policy 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 Populates IDs and enables MailboxConfigItem.Read permission entries; fixes trailing newline
permissions/new/permissions.json Adds complete MailboxConfigItem.Read permission definition; reorganizes Calendar.Read and CloudPC.ReadWrite.All pathSets; adds claimProviders endpoints to Policy.ReadWrite.ConditionalAccess

💡 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 24, 2025

Choose a reason for hiding this comment

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

Duplicate word "the the" should be "the" - this appears in the adminDescription.

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 24, 2025

Choose a reason for hiding this comment

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

Duplicate word "the the" should be "the" - this appears in the adminDescription.

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