Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly sync updating the permissions/new catalog to reflect newly introduced/updated Microsoft Graph permission metadata and endpoint-to-scope mappings.
Changes:
- Updates
provisioningInfo.jsonpermission deployments (new permission deployments, some visibility/enabled toggles, and new IDs for certain permissions). - Adds/updates permission definitions in
permissions.json, including new permissions and additional endpoint path mappings (e.g., Agent Identity sponsor updates, Copilot policy settings scopes, Teams joinedUsers endpoints, new TeamworkSection permissions). - Adjusts least-privileged mappings for select policy/authentication endpoints (including cross-tenant access policy paths and FIDO2/passkey-related paths).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Adds/updates permission deployment variants (scheme/environment/hidden/enabled/id/resourceAppId) for multiple permissions. |
| permissions/new/permissions.json | Adds new permission entries and updates pathSets/least mappings for newly supported endpoints and scopes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+8188
to
+8191
| ], | ||
| "InfoProtectABACPolicy.Read.All": [ | ||
| { | ||
| "id": "f8c4e3f1-6b9a-4c2e-8d5a-bcf123456789", |
Comment on lines
+8191
to
+8193
| "id": "f8c4e3f1-6b9a-4c2e-8d5a-bcf123456789", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", |
Comment on lines
+8189
to
8224
| "InfoProtectABACPolicy.Read.All": [ | ||
| { | ||
| "id": "f8c4e3f1-6b9a-4c2e-8d5a-bcf123456789", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a" | ||
| }, | ||
| { | ||
| "id": "a2d4f7c9-3e8b-4a1f-9d6c-def987654321", | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a" | ||
| } | ||
| ], | ||
| "InfoProtectABACPolicy.ReadWrite.All": [ | ||
| { | ||
| "id": "e5b0a9c7-1f4d-4e8c-b3a2-acde13579246", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a" | ||
| }, | ||
| { | ||
| "id": "d1c3f9e5-7a2b-4d6f-8e1c-cdfa02468135", | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "f06db492-d3b8-4e06-9586-db69232ec12a" | ||
| } | ||
| ], |
Comment on lines
+11053
to
+11060
| "Policy.Read.CrossTenantAccess": [ | ||
| { | ||
| "id": "", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" |
Comment on lines
+27773
to
+27790
| ], | ||
| "PreAuthorizationGrant.Read.All": [ | ||
| { | ||
| "id": "", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| }, | ||
| { | ||
| "id": "", | ||
| "scheme": "Application", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } |
Comment on lines
+1654
to
+1656
| "userDisplayName": "Update agent identity blueprint authorization related properties", | ||
| "userDescription": "Update agent identity blueprint authorization related properties on user's' behalf", | ||
| "requiresAdminConsent": true, |
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-04-21