Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2026-01-19

@marabooy marabooy requested a review from a team as a code owner January 19, 2026 00:30
Copilot AI review requested due to automatic review settings January 19, 2026 00:30
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 performs a weekly permissions synchronization that updates permission configurations for Microsoft Graph API scopes. The changes include adding new agent identity permissions, renaming an Entra backup permission, enabling mailbox export capabilities, and refining cross-tenant access policy paths.

Changes:

  • Added three new agent identity-related permissions with Application and DelegatedWork schemes
  • Renamed EntraBackup.Read.Preview to EntraBackup.Read.All
  • Enabled and added IDs to MailboxItem.Export permissions with new full definitions
  • Updated requiresAdminConsent to true for several mailbox-related permissions
  • Refined cross-tenant access policy paths for MailTips and Places booking capabilities

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.

File Description
permissions/new/provisioningInfo.json Added provisioning info for new agent identity permissions, renamed EntraBackup permission, and enabled MailboxItem export permissions with IDs
permissions/new/permissions.json Added full definitions for MailboxItem export permissions, updated admin consent requirements, refined cross-tenant policy paths, and added Windows updates policy path

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Export a user's mailbox items",
"adminDescription": "Allows the app to export the user's mailbox items, on behalf of the the signed-in user.",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

There's a double article "the the" in the admin description. It should be "on behalf of the signed-in user" instead of "on behalf of the the signed-in user".

Copilot uses AI. Check for mistakes.
],
"AgentIdentityBlueprintPrincipal.ReadWrite.ManagedBy": [
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
],
"AgentIdentity.ReadWrite.ManagedBy": [
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
],
"AgentIdUser.ReadWrite.ManagedBy": [
{
"id": "",
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

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

The "id" field is empty for this permission entry. All permission entries should have a valid GUID identifier to uniquely identify the permission scope.

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh closed this Jan 20, 2026
@jasonjoh jasonjoh deleted the permissions-update/2026-01-19 branch January 20, 2026 17:00
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