Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2025-11-23

Copilot AI review requested due to automatic review settings November 23, 2025 00:27
@marabooy marabooy requested a review from a team as a code owner November 23, 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 updates permissions configuration as part of a weekly synchronization process. It enables the MailboxConfigItem.Read permission, reorganizes several existing permission paths for better granularity, and adds new conditional access claim provider endpoints.

  • Enables MailboxConfigItem.Read permission with proper IDs and adds complete permission definition
  • Reorganizes Calendar.Read and CloudPC.ReadWrite.All paths to separate DelegatedWork-only endpoints from multi-scheme endpoints
  • Adds new claimProviders endpoints to conditional access policies

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 IDs and changing isHidden/isEnabled flags
permissions/new/permissions.json Adds MailboxConfigItem.Read definition, reorganizes Calendar.Read and CloudPC paths, adds conditional access claimProviders endpoints

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

Choose a reason for hiding this comment

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

Corrected spelling of 'the the' to 'the'.

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

Choose a reason for hiding this comment

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

Corrected spelling of 'the the' to 'the'.

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