Weekly Permissions sync 2026-08-07 - #1593
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly permissions catalog sync updating the permissions/new/ data model used to drive permission metadata and routing/coverage for Microsoft Graph DevX content.
Changes:
- Updated provisioning metadata for several permissions (e.g., visibility flags, environment values, and some resource app IDs).
- Added new entitlement management route mappings for
accessorchestratorrequests. - Added new permission definitions for group-related and mailbox-item scopes, plus new provisioning entries for additional internal scope keys.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Updates provisioning deployment metadata (visibility/environments/app IDs) and adds new deployment entries for additional scope keys. |
| permissions/new/permissions.json | Adds/extends permission definitions and maps additional Graph paths to least-privilege scheme requirements. |
Suppressed comments (2)
permissions/new/permissions.json:29271
- The Application scheme display name also uses singular "basic property" while the rest of the permission text refers to multiple basic properties. Make the display name consistent with the descriptions.
permissions/new/permissions.json:29939 - This userDescription mixes second-person wording ("you have access") with third-person phrasing ("on behalf of the signed-in user"), which reads inconsistent for a user-facing description. Consider switching the ending to "on your behalf" to keep the description consistently second-person.
Jason Johnston (jasonjoh)
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Permissions sync 2026-08-07