Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly permissions metadata sync updating permission provisioning data and the Graph permission-to-path mappings.
Changes:
- Removed a hidden provisioning entry for
AgentIdentityBlueprintPrincipal.CreateAsManagerand added new hidden provisioning entries (DelegatedPermissionGrant.ReadWrite.ManagedBy,User.Create,User.ReadUpdate.All). - Updated
DelegatedPermissionGrant.ReadWrite.Allmetadata (privilege level + some path annotations). - Added new API path mappings (e.g., retention label DELETE routes, generative AI insights logs, Azure AD premium license insight report).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Removes one hidden permission entry; adds several hidden provisioning entries; minor formatting change. |
| permissions/new/permissions.json | Adjusts permission metadata and expands path coverage for several APIs (notably retention label DELETE). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| ], |
Comment on lines
+26493
to
+26506
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
| "Application" | ||
| ], | ||
| "methods": [ | ||
| "DELETE" | ||
| ], | ||
| "paths": { | ||
| "/drives/{id}/items/{id}/retentionLabel": "least=DelegatedWork,Application", | ||
| "/groups/{id}/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application", | ||
| "/me/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application", | ||
| "/users/{user-id}/drive/items/{item-id}/retentionLabel": "least=DelegatedWork,Application" | ||
| } |
Comment on lines
+47937
to
+47950
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
| "Application" | ||
| ], | ||
| "methods": [ | ||
| "DELETE" | ||
| ], | ||
| "paths": { | ||
| "/drives/{id}/items/{id}/retentionLabel": "", | ||
| "/groups/{id}/drive/items/{id}/retentionLabel": "", | ||
| "/me/drive/items/{id}/retentionLabel": "", | ||
| "/users/{user-id}/drive/items/{item-id}/retentionLabel": "" | ||
| } |
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-03-19