Weekly Permissions sync 2026-09-02 - #1614
Closed
David (marabooy) wants to merge 2 commits into
Closed
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
It introduces at least one invalid GUID value and an inaccurate HTTP method list for lockbox approve/deny endpoints, which can break validation/consumers of these catalogs.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Weekly sync updating the permissions/new catalogs that drive Graph permission metadata and endpoint-to-permission mappings used by downstream tooling/validation.
Changes:
- Added/updated multiple permission deployment entries in
provisioningInfo.json(new permissions, visibility/enabled flags, and some resourceAppId updates). - Updated
permissions.jsonwith new permissions (e.g., Device-CloudLicensing, Lockbox*), added new endpoint path mappings, and adjustedApplication.ReadWrite.Allprivilege levels.
File summaries
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Adds new permission deployment records and updates existing deployment metadata (visibility/enabled/resourceAppId). |
| permissions/new/permissions.json | Adds/updates permission definitions and pathSets (new permissions/endpoints; privilegeLevel adjustments). |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "resourceAppId": "ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7" | ||
| }, | ||
| { | ||
| "id": "75d9ca3df-7017-4feb-baa0-06a339b6c338", |
Comment on lines
+33647
to
+33650
| "methods": [ | ||
| "GET", | ||
| "POST" | ||
| ], |
Comment on lines
+14582
to
+14584
| "adminDescription": "Allows the app to read Cloud Licensing resources for devices owned by the signed-in user-including allotments, assignments and usageRights-on their behalf.", | ||
| "userDisplayName": "Read your Cloud Licensing resources for devices", | ||
| "userDescription": "Allows the app to read Cloud Licensing resources for devices owned by you-including allotments, assignments and usageRights-on your behalf.", |
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-02