Skip to content

Weekly Permissions sync 2025-08-17#1227

Closed
marabooy wants to merge 2 commits intodevfrom
permissions-update/2025-08-17
Closed

Weekly Permissions sync 2025-08-17#1227
marabooy wants to merge 2 commits intodevfrom
permissions-update/2025-08-17

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2025-08-17

Copilot AI review requested due to automatic review settings August 17, 2025 00:23
@marabooy marabooy requested a review from a team as a code owner August 17, 2025 00:23
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 implements a weekly permissions synchronization that removes deprecated agent application permissions and restructures user authentication method permissions into more granular scopes. The changes also include updates to various API paths and permission schemes.

  • Removes AgentApplication.Create and AgentIdentity.Create permissions
  • Restructures user authentication method permissions from broad permissions to specific method-based permissions
  • Updates API path configurations for backup/restore, device management, and other 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 Removes agent application permissions and restructures authentication method permissions with granular scopes
permissions/new/ProvisioningInfo.json Adds new user authentication method permissions and updates resource app IDs for existing permissions

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.

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

Copilot AI Aug 17, 2025

Choose a reason for hiding this comment

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

The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 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 17, 2025

Choose a reason for hiding this comment

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

The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 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 17, 2025

Choose a reason for hiding this comment

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

The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 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 17, 2025

Choose a reason for hiding this comment

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

The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.

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

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

Copilot AI Aug 17, 2025

Choose a reason for hiding this comment

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

The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.

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

Copilot uses AI. Check for mistakes.
@jasonjoh
Copy link
Copy Markdown
Member

Closing as 0 files changed.

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