Conversation
There was a problem hiding this comment.
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.
| "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" | ||
| } | ||
| ] |
There was a problem hiding this comment.
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.
Weekly Permissions sync 2026-01-11