Skip to content

Weekly Permissions sync 2025-08-19#1229

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

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

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-08-19

Copilot AI review requested due to automatic review settings August 19, 2025 00:28
@marabooy marabooy requested a review from a team as a code owner August 19, 2025 00:28
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 is a weekly permissions sync that updates Microsoft Graph API permissions configuration. The sync involves significant restructuring of user authentication method permissions and various permission path updates across multiple Microsoft services.

  • Removal of deprecated agent application permissions
  • Extensive reorganization of user authentication method permissions with granular scoping
  • Addition of new API endpoints for backup/restore, network access, and security 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 Main permissions configuration with removed agent permissions, updated authentication method paths, and new API endpoints
permissions/new/ProvisioningInfo.json Permission deployment metadata with new user authentication method permissions and updated resource app IDs
Comments suppressed due to low confidence (1)

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 19, 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. Microsoft Graph API resource ID should be "00000003-0000-0000-c000-000000000000" with 12 zeros at the end, not 11.

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 19, 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. Microsoft Graph API resource ID should be "00000003-0000-0000-c000-000000000000" with 12 zeros at the end, not 11.

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 19, 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. Microsoft Graph API resource ID should be "00000003-0000-0000-c000-000000000000" with 12 zeros at the end, not 11.

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 19, 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. Microsoft Graph API resource ID should be "00000003-0000-0000-c000-000000000000" with 12 zeros at the end, not 11.

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 19, 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. Microsoft Graph API resource ID should be "00000003-0000-0000-c000-000000000000" with 12 zeros at the end, not 11.

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-19 branch from 1946623 to 18bef5e Compare August 28, 2025 20:40
@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-19 branch August 28, 2025 20:44
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