Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly permissions sync updating the permissions catalog and provisioning metadata under permissions/new/ to reflect newly available scopes and endpoint mappings.
Changes:
- Exposes
WindowsUpdates.Read.All(no longer hidden) and adds its full permission definition (display strings + path mappings). - Extends existing permission path mappings for Network Access and Planner (
historyItems). - Adds additional hidden/internal provisioning entries (including
MS-LinkCount.Read.Alland many_X.*placeholders).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Updates WindowsUpdates.Read.All visibility and adds additional hidden/internal provisioning entries. |
| permissions/new/permissions.json | Adds new WindowsUpdates.Read.All permission definition and expands several existing path mappings. |
Comments suppressed due to low confidence (2)
permissions/new/provisioningInfo.json:18340
- The deployment GUID here uses uppercase hex letters, while the rest of provisioningInfo.json typically uses lowercase GUID strings. Please normalize this "id" value to lowercase for consistency and to avoid any tooling that might do string-based comparisons.
"id": "9528CE37-154E-4E4F-A0FC-12BAEFD85D51",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": false,
"isEnabled": true,
permissions/new/provisioningInfo.json:18348
- This deployment "id" GUID contains uppercase hex letters; elsewhere in provisioningInfo.json GUIDs are generally lowercase. Please convert this "id" to lowercase for consistency and to avoid potential string-comparison issues in downstream tooling.
"id": "FA099153-0225-489C-980E-384DC674AB81",
"scheme": "Application",
"environment": "public",
"isHidden": false,
"isEnabled": true,
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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-03-04