Skip to content

Weekly Permissions sync 2025-09-18#1272

Closed
marabooy wants to merge 1 commit intodevfrom
permissions-update/2025-09-18
Closed

Weekly Permissions sync 2025-09-18#1272
marabooy wants to merge 1 commit intodevfrom
permissions-update/2025-09-18

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-09-18

@marabooy marabooy requested a review from a team as a code owner September 18, 2025 00:25
Copilot AI review requested due to automatic review settings September 18, 2025 00:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
"/devicemanagement/virtualendpoint/cloudpcs/{id}": "",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "",
"/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "",
Copy link

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "",
"/devicemanagement/virtualendpoint/cloudpcs/{id}/retrievefrontlinecloudpcdetail": "",

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh closed this Sep 22, 2025
@jasonjoh jasonjoh deleted the permissions-update/2025-09-18 branch September 23, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants