Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2026-01-18

@marabooy marabooy requested a review from a team as a code owner January 18, 2026 00:30
Copilot AI review requested due to automatic review settings January 18, 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 pull request contains a weekly synchronization of permissions data for Microsoft Graph API permissions. The changes include adding new permissions, renaming existing ones, updating permission requirements, and modifying API path definitions.

Changes:

  • Added three new agent-related permissions with empty IDs (AgentIdentityBlueprintPrincipal.ReadWrite.ManagedBy, AgentIdentity.ReadWrite.ManagedBy, AgentIdUser.ReadWrite.ManagedBy)
  • Renamed EntraBackup.Read.Preview to EntraBackup.Read.All
  • Enabled MailboxItem.Export permissions with new IDs and full definitions
  • Updated several mailbox-related permissions to require admin consent
  • Split crossTenantMailTips into crossTenantMailTipsAll and crossTenantMailTipsLimited
  • Added crossTenantPlacesDeskBooking and crossTenantPlacesRoomBooking 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 Added new agent permission entries with missing IDs, renamed EntraBackup permission, enabled and added IDs for MailboxItem.Export permissions
permissions/new/permissions.json Added MailboxItem.Export permission definitions, updated requiresAdminConsent flags for mailbox permissions, refined cross-tenant policy paths, added Windows update 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 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

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

Copilot AI Jan 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

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

Copilot AI Jan 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

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

Copilot AI Jan 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

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

Copilot AI Jan 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

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

Copilot AI Jan 18, 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. Each permission entry should have a valid unique identifier (typically a UUID). This could cause issues with permission provisioning and tracking.

Copilot uses AI. Check for mistakes.
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.

2 participants