Skip to content

Weekly Permissions sync 2026-04-21#1507

Closed
marabooy wants to merge 4 commits intomasterfrom
permissions-update/2026-04-21
Closed

Weekly Permissions sync 2026-04-21#1507
marabooy wants to merge 4 commits intomasterfrom
permissions-update/2026-04-21

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2026-04-21

@marabooy marabooy requested a review from a team as a code owner April 21, 2026 00:37
Copilot AI review requested due to automatic review settings April 21, 2026 00:37
Copy link
Copy Markdown
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

Weekly sync updating the permissions/new catalog to reflect newly introduced/updated Microsoft Graph permission metadata and endpoint-to-scope mappings.

Changes:

  • Updates provisioningInfo.json permission 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,
@jasonjoh jasonjoh closed this Apr 22, 2026
@jasonjoh jasonjoh deleted the permissions-update/2026-04-21 branch April 22, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants