Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26511,6 +26511,26 @@
"scheme": "DelegatedWork"
}
],
"_A.DG": [
{
"id": "",
"environment": "",
"isHidden": true,
Comment on lines +26514 to +26518
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

_A.DG is added as an underscore placeholder permission, but it only includes an Application variant. In this file, underscore placeholder permissions in the surrounding block (e.g., _A.DC_A.DF) consistently include both Application and DelegatedWork variants; omitting DelegatedWork here can cause lookups/exports for delegated scenarios to miss this key. Add the corresponding DelegatedWork entry (matching the other placeholder entries) or confirm/encode explicitly that this placeholder is application-only in a way that is consistent with the rest of the placeholder set.

Copilot uses AI. Check for mistakes.
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "Application"
}
],
"_A.DH": [
{
"id": "",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "Application"
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

_A.DH is added with only an Application variant. Given neighboring underscore placeholder permissions include both Application and DelegatedWork variants, consider adding the missing DelegatedWork entry so delegated permission flows don’t treat this key as absent.

Suggested change
"scheme": "Application"
"scheme": "Application"
},
{
"id": "",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "DelegatedWork"

Copilot uses AI. Check for mistakes.
}
],
"_B.BZ": [
{
"id": "",
Expand Down