Weekly Permissions sync 2026-09-03 - #1616
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
permissions/new/provisioningInfo.json introduces ThreatHunting.ReadWrite.All deployment objects without the required id field, which is likely to break downstream validation/tooling.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Weekly permissions catalog synchronization to keep DevX permission metadata aligned with upstream Microsoft Graph permissions, deployments, and endpoint coverage mappings.
Changes:
- Added new permission deployment entries (and adjusted some existing deployment properties) in
provisioningInfo.json. - Updated permission metadata and endpoint-to-permission mappings (including new permissions like Lockbox* and Device-CloudLicensing*) in
permissions.json. - Adjusted a few existing permission attributes (for example, privilege level changes and path set reshaping).
File summaries
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Adds/updates permission deployment entries (scheme/environment/isHidden/isEnabled/resourceAppId) for the weekly sync. |
| permissions/new/permissions.json | Updates permission definitions and path coverage mappings to reflect newly added/changed endpoints and permissions. |
Review details
Suppressed comments (1)
permissions/new/provisioningInfo.json:18295
- The ThreatHunting.ReadWrite.All Application deployment object is missing the required
idfield. Other deployment objects in provisioningInfo.json includeid(it may be an empty string), and omitting it can break downstream tooling that expects the field to exist.
{
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Jason Johnston (jasonjoh)
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Permissions sync 2026-09-03