Skip to content

Weekly Permissions sync 2025-08-20#1231

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

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

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-08-20

Copilot AI review requested due to automatic review settings August 20, 2025 00:35
@marabooy marabooy requested a review from a team as a code owner August 20, 2025 00:35
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 updates Microsoft Graph API permissions as part of a weekly sync on August 20, 2025. The changes involve removing deprecated permissions, adding new authentication method permissions, and updating various API endpoint configurations.

  • Removes deprecated agent application and agent identity permissions
  • Restructures user authentication method permissions with granular scopes
  • Updates backup/restore API endpoints and Teams member management permissions

Reviewed Changes

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

File Description
permissions/new/permissions.json Core permission definitions with removed agent permissions, updated authentication methods, and new API endpoint paths
permissions/new/ProvisioningInfo.json Permission deployment configurations with new authentication method permissions and updated resource app IDs

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

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

Copilot AI Aug 20, 2025

Choose a reason for hiding this comment

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

The resourceAppId value appears to be missing the final digit. It should likely be '00000003-0000-0000-c000-000000000000' with 12 zeros at the end.

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

Choose a reason for hiding this comment

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

Multiple instances of resourceAppId values are missing the final digit. They should be '00000003-0000-0000-c000-000000000000' with 12 zeros at the end.

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

Choose a reason for hiding this comment

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

Multiple instances of resourceAppId values are missing the final digit. They should be '00000003-0000-0000-c000-000000000000' with 12 zeros at the end.

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

Choose a reason for hiding this comment

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

Multiple instances of resourceAppId values are missing the final digit. They should be '00000003-0000-0000-c000-000000000000' with 12 zeros at the end.

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

Choose a reason for hiding this comment

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

Multiple instances of resourceAppId values are missing the final digit. They should be '00000003-0000-0000-c000-000000000000' with 12 zeros at the end.

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

Copilot uses AI. Check for mistakes.
@jasonjoh jasonjoh force-pushed the permissions-update/2025-08-20 branch from 8f03e40 to 4e156e1 Compare August 28, 2025 20:47
@jasonjoh
Copy link
Copy Markdown
Member

Closing as remaining changes seem to undo changes made 2 days ago in #1239

@jasonjoh jasonjoh closed this Aug 28, 2025
@jasonjoh jasonjoh deleted the permissions-update/2025-08-20 branch August 28, 2025 20:48
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