Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2026-01-11

Copilot AI review requested due to automatic review settings January 11, 2026 00:31
@marabooy marabooy requested a review from a team as a code owner January 11, 2026 00:31
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 is a weekly permissions sync for 2026-01-11 that updates permission configurations across the platform.

Changes:

  • Added new permissions for ManagedIdentity operations (Read, Update, Delete, HardDelete, Restore) and MS-ServicePrincipal.Create
  • Added new Windows Update policy paths to support policies, approvals, and rings endpoints
  • Fixed formatting and indentation inconsistencies throughout the permission definitions (trailing spaces, indentation alignment)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
permissions/new/provisioningInfo.json Added new ManagedIdentity.* and MS-ServicePrincipal.Create permission entries; fixed formatting/indentation for multiple existing entries; corrected whitespace issues
permissions/new/permissions.json Added new Windows Update paths for policies, approvals, and rings with appropriate HTTP method permissions (GET, POST, DELETE, PATCH)

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

Comment on lines 24734 to +24769
"LockboxSettings.Read.All": [
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
"LockboxSettings.ReadWrite.All": [
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
"LockboxRequest.Read.All": [
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
"LockboxRequest.ReadWrite.All": [
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
]
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
]
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

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

The Lockbox permission entries (LockboxSettings.Read.All, LockboxSettings.ReadWrite.All, LockboxRequest.Read.All, and LockboxRequest.ReadWrite.All) are missing the "id" field. For consistency with other permissions in this file that have specific environment values (like "PPE;public"), these entries should include an "id" field, even if it's empty. Other permissions with "PPE;public" environment (like AgentIdentityBlueprint permissions) include an "id" field.

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