Conversation
There was a problem hiding this comment.
Pull request overview
Weekly permissions sync updating provisioningInfo.json to reflect the latest permission deployment metadata (notably filling in missing GUIDs and introducing new hidden permissions).
Changes:
- Populated previously empty
idfields for severalAppManagementOnboarding*permission deployments. - Added new (hidden) permission deployment entries for
AppManagementOnboarding*Test*,EngagementExport.Read.All, andSecurityIdentitiesMigration.*.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" |
There was a problem hiding this comment.
The new provisioning entry for SecurityIdentitiesMigration.ReadWrite.All is missing the id field for the Application scheme. Please add the appropriate GUID (or an explicit empty string if intentionally unknown) to match the schema used by the surrounding SecurityIdentities* permissions.
| { | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" |
There was a problem hiding this comment.
The new provisioning entry for SecurityIdentitiesMigration.Read.All is missing the id field for the DelegatedWork scheme. Other entries in this file consistently include an id (sometimes empty) as the first property; please add the correct GUID (or an explicit empty string if intentionally unknown) to match the expected schema.
| { | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" |
There was a problem hiding this comment.
The new provisioning entry for SecurityIdentitiesMigration.Read.All is missing the id field for the Application scheme. Please add the appropriate GUID (or an explicit empty string if intentionally unknown) to keep the object shape consistent with the rest of provisioningInfo.json.
| { | ||
| "scheme": "DelegatedWork", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" |
There was a problem hiding this comment.
The new provisioning entry for SecurityIdentitiesMigration.ReadWrite.All is missing the id field for the DelegatedWork scheme. Please add the correct GUID (or an explicit empty string if intentionally unknown) so downstream tooling that expects an id property doesn’t break.
Weekly Permissions sync 2026-02-25