Skip to content

Weekly Permissions sync 2025-08-16#1226

Closed
marabooy wants to merge 0 commit intodevfrom
permissions-update/2025-08-16
Closed

Weekly Permissions sync 2025-08-16#1226
marabooy wants to merge 0 commit intodevfrom
permissions-update/2025-08-16

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-08-16

Copilot AI review requested due to automatic review settings August 16, 2025 00:25
@marabooy marabooy requested a review from a team as a code owner August 16, 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, updating permission definitions and deployment configurations across the Microsoft Graph permissions system. The changes include removing deprecated agent-related permissions, updating authentication method permissions with better granularity, and adding new permissions for various services.

Key changes:

  • Removed deprecated AgentApplication.Create and AgentIdentity.Create permissions
  • Restructured user authentication method permissions to provide more granular access control
  • Added new permissions for backup/restore, security, and zone management services

Reviewed Changes

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

File Description
permissions/new/permissions.json Updated permission definitions, removed agent permissions, restructured auth method permissions, and added new API endpoints
permissions/new/ProvisioningInfo.json Updated deployment configurations for new and existing permissions, including visibility and resource app assignments
Comments suppressed due to low confidence (4)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

"isHidden": false,
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

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

The resourceAppId appears to be missing the final digit. It should be "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end) to match the standard Microsoft Graph App ID format.

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

Copilot uses AI. Check for mistakes.
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

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

The resourceAppId appears to be missing the final digit. It should be "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end) to match the standard Microsoft Graph App ID format.

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

Copilot uses AI. Check for mistakes.
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

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

The resourceAppId appears to be missing the final digit. It should be "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end) to match the standard Microsoft Graph App ID format.

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

Copilot uses AI. Check for mistakes.
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

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

The resourceAppId appears to be missing the final digit. It should be "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end) to match the standard Microsoft Graph App ID format.

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

Copilot uses AI. Check for mistakes.
"environment": "public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "00000003-0000-0000-c000-00000000000"
Copy link

Copilot AI Aug 16, 2025

Choose a reason for hiding this comment

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

The resourceAppId appears to be missing the final digit. It should be "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end) to match the standard Microsoft Graph App ID format.

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

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh closed this Aug 28, 2025
@jasonjoh jasonjoh force-pushed the permissions-update/2025-08-16 branch from 5d828f6 to 90c1cb1 Compare August 28, 2025 20:32
@jasonjoh jasonjoh deleted the permissions-update/2025-08-16 branch August 28, 2025 21:02
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