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
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": [
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

The new WorkIQ* permission keys are inserted between "Contracts.Read.All" and the Copilot* keys, which breaks the alphabetical ordering pattern used in this section (e.g., Consent* → Contacts* → Content* → Contracts* → Copilot*). Consider moving the WorkIQ* entries to the correct sorted position to keep diffs stable and easier to scan.

Copilot uses AI. Check for mistakes.
{
"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 4, 2026

Choose a reason for hiding this comment

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

Indentation is inconsistent here (there appears to be one extra leading space before the key), which makes the JSON harder to read and can create unnecessary diff noise. Align this key’s indentation with the surrounding entries.

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