Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a weekly permissions sync for 2026-02-06, updating permission definitions in the Microsoft Graph API permissions configuration files. The changes add new WorkIQ-related permissions and update existing authentication method permissions, along with expanding file and place management capabilities.
Changes:
- Added four new WorkIQ permissions (Settings.Read.All, Settings.ReadWrite.All, Agent.Ask, Agent.Ask.Selected) that are currently disabled
- Updated four UserAuthMethodAuthApp permissions with new IDs and a different resourceAppId
- Extended Files permissions (Read, ReadWrite, Read.All, ReadWrite.All) to support archive/unarchive operations for drive items
- Expanded Place.ReadWrite.All permission to support Application scheme in addition to DelegatedWork
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Adds new WorkIQ permission entries and updates UserAuthMethodAuthApp permission IDs and resourceAppIds |
| permissions/new/permissions.json | Adds archive/unarchive API paths for Files permissions and extends Place.ReadWrite.All to support Application scheme |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" | ||
| } | ||
| ], | ||
| "WorkIQAgent.Ask": [ |
There was a problem hiding this comment.
The key "WorkIQAgent.Ask" has an extra leading space before the opening quote. This breaks the JSON formatting consistency. The indentation should match the other keys at the same level (4 spaces, not 5).
| "WorkIQAgent.Ask": [ | |
| "WorkIQAgent.Ask": [ |
Weekly Permissions sync 2026-02-06