Weekly Permissions sync 2026-06-08#1553
Open
marabooy wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly permissions sync update adjusting permission-to-path mappings and provisioning metadata in the permissions/new dataset.
Changes:
- Updates several permission
pathsmappings (adds/removes/adjustsleast=andAlsoRequires=qualifiers, adds new endpoints under existing scopes). - Removes the
Policy.Read.ApplicationConfigurationpermission definition frompermissions.json. - Adds a new (hidden/disabled)
Policy.Read.ApplicationConfigurationentry inprovisioningInfo.json.
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 provisioning entries for Policy.Read.ApplicationConfiguration (hidden/disabled). |
| permissions/new/permissions.json | Updates multiple scope-to-path mappings and removes the Policy.Read.ApplicationConfiguration permission definition. |
Comments suppressed due to low confidence (1)
permissions/new/permissions.json:38531
Policy.Read.ApplicationConfigurationwas removed frompermissions.json, but this PR still introduces/keeps it inprovisioningInfo.json. If the scope is still supported, its permission metadata (schemes, descriptions, pathSets, ownerInfo) needs to exist here; if it’s being retired, the provisioning entry should be removed instead. As-is, the two files disagree about whether this permission exists.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+11511
to
+11518
| "Policy.Read.ApplicationConfiguration": [ | ||
| { | ||
| "id": "", | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" |
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-06-08