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
40 changes: 40 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3624,6 +3624,46 @@
"resourceAppId": "00000003-0000-0000-c000-000000000000"
}
],
"WorkIQSettings.Read.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"WorkIQSettings.ReadWrite.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"WorkIQAgent.Ask": [
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

There is an extra leading space before the key name. This line should have 4 spaces of indentation to match the other permission keys in this file (like "WorkIQSettings.Read.All" on line 3627 and "WorkIQSettings.ReadWrite.All" on line 3637), but it has 5 spaces instead.

Suggested change
"WorkIQAgent.Ask": [
"WorkIQAgent.Ask": [

Copilot uses AI. Check for mistakes.
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"WorkIQAgent.Ask.Selected": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
}
],
"CopilotConversation.ReadWrite": [
{
"id": "b42d1c29-1ae8-463c-abd3-5b1b4e72967a",
Expand Down