Weekly Permissions sync 2026-06-10#1555
Open
marabooy wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly sync updating the repository’s permissions metadata, aligning permissions.json path-to-scope mappings and updating provisioningInfo.json permission deployment entries used by downstream tooling.
Changes:
- Updated several permission-to-path mappings (e.g., application routes, calls lobby admission actions, lifecycle workflows, network access, and policy requirements).
- Added/removed permission deployment entries in
provisioningInfo.json(e.g., newPrivateAccess.*,HardDeletionSetting.*, and removal ofAgentApplication.Createdeployment). - Removed the
Policy.Read.ApplicationConfigurationpermission definition frompermissions.jsonwhile adding a disabled/hidden deployment entry inprovisioningInfo.json.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Updates permission deployment entries (added new hidden scopes; removed an existing deployment entry). |
| permissions/new/permissions.json | Updates scope definitions and path mappings, including least-permission routing and additional endpoints. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "/app/calls/{id}/addlargegalleryview": "", | ||
| "/app/calls/{id}/answer": "least=Application", | ||
| "/app/calls/{id}/participants/{id}/admitFromLobby": "least=Application", | ||
| "/app/calls/{id}/participants/{id}/admitFromLobby": "", |
Comment on lines
+9267
to
+9268
| "/app/calls/{id}/participants/{id}/removeFromLobby": "", | ||
| "/app/calls/{id}/participants/admitAllFromLobby": "", |
| "/communications/calls/{id}/addlargegalleryview": "", | ||
| "/communications/calls/{id}/answer": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "", |
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "", | ||
| "/communications/calls/{id}/participants/{id}/mute": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/removeFromLobby": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/removeFromLobby": "", |
| "/communications/calls/{id}/participants/{id}/startholdmusic": "", | ||
| "/communications/calls/{id}/participants/{id}/stopholdmusic": "", | ||
| "/communications/calls/{id}/participants/admitAllFromLobby": "least=Application", | ||
| "/communications/calls/{id}/participants/admitAllFromLobby": "", |
| ], | ||
| "paths": { | ||
| "/app/calls/{id}/participants/{id}/admitFromLobby": "", | ||
| "/app/calls/{id}/participants/{id}/admitFromLobby": "least=Application", |
Comment on lines
+9385
to
+9386
| "/app/calls/{id}/participants/{id}/removeFromLobby": "least=Application", | ||
| "/app/calls/{id}/participants/admitAllFromLobby": "least=Application", |
| "/app/calls/{id}/participants/configuremixer": "", | ||
| "/app/calls/{id}/participants/muteall": "", | ||
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "", | ||
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "least=Application", |
| "/communications/calls/{id}/participants/{id}/admitFromLobby": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/mute": "", | ||
| "/communications/calls/{id}/participants/{id}/removeFromLobby": "", | ||
| "/communications/calls/{id}/participants/{id}/removeFromLobby": "least=Application", |
| "/communications/calls/{id}/participants/{id}/startholdmusic": "least=Application", | ||
| "/communications/calls/{id}/participants/{id}/stopholdmusic": "least=Application", | ||
| "/communications/calls/{id}/participants/admitAllFromLobby": "", | ||
| "/communications/calls/{id}/participants/admitAllFromLobby": "least=Application", |
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-10