Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR performs a weekly permissions synchronization update that adds a new API endpoint and removes Application permissions from organization places management functionality.
- Adds a new retrieveFrontlineCloudPcDetail endpoint for device management
- Removes Application scheme support from Places.ReadWrite permission, restricting it to DelegatedWork only
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "/devicemanagement/virtualendpoint/cloudpcs/{id}": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application", | ||
| "/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "least=DelegatedWork,Application", |
There was a problem hiding this comment.
The URL path casing is inconsistent with existing patterns. The path uses 'virtualEndpoint' and 'cloudPcs' (camelCase) while other paths in the same section use 'virtualendpoint' and 'cloudpcs' (lowercase). This should match the existing convention for consistency.
| "/devicemanagement/virtualendpoint/cloudpcs/{id}": "", | ||
| "/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "", | ||
| "/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "", | ||
| "/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "", |
There was a problem hiding this comment.
The URL path casing is inconsistent with existing patterns. The path uses 'virtualEndpoint' and 'cloudPcs' (camelCase) while other paths in the same section use 'virtualendpoint' and 'cloudpcs' (lowercase). This should match the existing convention for consistency.
| "/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "", | |
| "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrievefrontlinecloudpcdetail": "", |
Weekly Permissions sync 2025-09-18