Skip to content
Open
Changes from all commits
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,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "Application"
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

The new _A.DG entry only defines an Application deployment. In this section, adjacent placeholder permissions (_A.DC_A.DF) include both Application and DelegatedWork deployments; if _A.DG is expected to support delegated access too, it should include a corresponding DelegatedWork entry to avoid missing deployments.

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.
}
],
"_A.DH": [
{
"id": "",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "Application"
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

The new _A.DH entry only defines an Application deployment. Nearby placeholder permissions follow a consistent pattern of including both Application and DelegatedWork deployments; if delegated access is applicable here, please add the missing DelegatedWork entry (or otherwise clarify why this one is application-only).

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