Skip to content

Conversation

@marabooy
Copy link
Contributor

Weekly Permissions sync 2025-09-21

@marabooy marabooy requested a review from a team as a code owner September 21, 2025 00:21
Copilot AI review requested due to automatic review settings September 21, 2025 00:21
Copy link
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 implements a weekly permissions synchronization that adds new API endpoints and permissions configurations to the Microsoft Graph permissions system.

  • Adds new API endpoints for device management, lifecycle workflows, and conditional access features
  • Introduces new permission entries for VPN connectivity certificate management
  • Removes Application scheme permissions for organization places management, restricting access to DelegatedWork only

Reviewed Changes

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

File Description
permissions/new/permissions.json Adds new API endpoints for device management, lifecycle workflows, and conditional access; removes Application permissions for places management
permissions/new/ProvisioningInfo.json Adds two new permission entries with DelegatedWork scheme for PPE and public environments

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"environment": "PPE;public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Sep 21, 2025

Choose a reason for hiding this comment

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

The resourceAppId is missing the final '0' digit. It should be '00000003-0000-0000-c000-000000000000' to match the format used elsewhere in the file.

Suggested change
"resourceAppId": "00000003-0000-0000-c000-00000000000"
"resourceAppId": "00000003-0000-0000-c000-000000000000"

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