Skip to content

Weekly Permissions sync 2026-08-31 - #1612

Open
David (marabooy) wants to merge 1 commit into
masterfrom
permissions-update/2026-08-31
Open

Weekly Permissions sync 2026-08-31#1612
David (marabooy) wants to merge 1 commit into
masterfrom
permissions-update/2026-08-31

Conversation

@marabooy

Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2026-08-31

@marabooy
David (marabooy) requested a review from a team as a code owner August 31, 2026 00:41
Copilot AI lite review requested due to automatic review settings August 31, 2026 00:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Weekly permissions catalog sync updating the “new” permissions model by adding new permission deployments and expanding endpoint-to-permission mappings.

Changes:

  • Added multiple new permissionDeployments entries and adjusted visibility/resource app IDs in permissions/new/provisioningInfo.json.
  • Added new endpoints and one new permission definition (Device-CloudLicensing.*) in permissions/new/permissions.json, plus removed LifecyclePolicies-AgentId.* permissions.

Reviewed changes

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

File Description
permissions/new/provisioningInfo.json Adds/updates permission deployment metadata (ids, schemes, environments, hidden/enabled flags, resourceAppId) for weekly sync.
permissions/new/permissions.json Updates permission definitions and path mappings to reflect new/changed Graph endpoints and permissions.
Suppressed comments (2)

permissions/new/provisioningInfo.json:9355

  • LifecyclePolicies-AgentId.Read.All / LifecyclePolicies-AgentId.ReadWrite.All still have deployment entries here, but these permissions do not exist in permissions/new/permissions.json (and appear to have been removed there in this sync). Keeping them in provisioningInfo.json will leave these deployments out of sync / orphaned.
    "LifecyclePolicies-AgentId.Read.All": [
      {
        "id": "3d09c9ee-9db9-4c84-85ec-f63a21b4ad2c",
        "scheme": "DelegatedWork",
        "environment": "public",

permissions/new/provisioningInfo.json:18265

  • ThreatHunting.ReadWrite.All is present in provisioningInfo.json, but there is no corresponding permission definition in permissions/new/permissions.json (only ThreatHunting.Read.All exists). This makes the sync inconsistent: either add the ThreatHunting.ReadWrite.All definition to permissions.json or remove/disable this deployment entry.
    "ThreatHunting.ReadWrite.All": [

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +18265 to +18280
"ThreatHunting.ReadWrite.All": [
{
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "992136bc-5b57-425f-8d95-ac65975722cd"
},
{
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "992136bc-5b57-425f-8d95-ac65975722cd"
}
],
Comment on lines +2035 to +2039
"AutomationRules.Read.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"resourceAppId": "ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7"
},
{
"id": "75d9ca3df-7017-4feb-baa0-06a339b6c338",
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.

2 participants