Skip to content

Weekly Permissions sync 2025-09-20#1274

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

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

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-09-20

@marabooy marabooy requested a review from a team as a code owner September 20, 2025 00:25
Copilot AI review requested due to automatic review settings September 20, 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

Weekly sync to update permissions configuration with new API endpoints and their associated permission mappings.

  • Added new device management and lifecycle workflow API endpoints with appropriate permission schemes
  • Introduced new conditional access VPN connectivity certificate management endpoints
  • Updated existing permission configurations to reflect current API capabilities

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
permissions/new/permissions.json Added new API endpoints for device management, lifecycle workflows, and conditional access with corresponding permission mappings
permissions/new/ProvisioningInfo.json Added new permission entries for delegated work schemes with resource app IDs

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 20, 2025

Choose a reason for hiding this comment

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

Inconsistent casing in URL path. The path uses 'virtualEndpoint' and 'cloudPcs' with mixed camelCase, while other similar paths in the file use lowercase 'virtualendpoint' and 'cloudpcs'. This should be consistent with the existing pattern.

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

Copilot uses AI. Check for mistakes.
@@ -12558,6 +12566,14 @@
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Sep 20, 2025

Choose a reason for hiding this comment

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

Missing digit in resourceAppId. The GUID should end with '000000000000' (12 zeros) but only has 11 zeros. This should be '00000003-0000-0000-c000-000000000000' to match the pattern used elsewhere in the file.

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh closed this Sep 22, 2025
@jasonjoh jasonjoh deleted the permissions-update/2025-09-20 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