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
46 changes: 46 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,42 @@
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
"AgentRegistration.Read.All": [
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

Indentation for this permission key is inconsistent with surrounding entries (extra leading space). Please align it to the same 2-space-per-level JSON indentation used throughout this file to avoid noisy diffs and keep formatting consistent.

Suggested change
"AgentRegistration.Read.All": [
"AgentRegistration.Read.All": [

Copilot uses AI. Check for mistakes.
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"AgentRegistration.ReadWrite.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"Agreement.Read.All": [
{
Expand Down Expand Up @@ -12327,6 +12363,16 @@
"resourceAppId": "26a18ebc-cdf7-4a6a-91cb-beb352805e81"
}
],
"Calls.ReportSyntheticMedia.All": [
{
"id": "e4d4cb9c-a3d1-425d-90a2-8504eb334d6b",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "26a18ebc-cdf7-4a6a-91cb-beb352805e81"
}
],
"RecordsManagement.Read.All": [
{
"id": "07f995eb-fc67-4522-ad66-2b8ca8ea3efd",
Expand Down
Loading