Conversation
There was a problem hiding this comment.
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.CreateandAgentIdentity.Createpermissions - 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" |
There was a problem hiding this comment.
The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000003-0000-0000-c000-00000000000" |
There was a problem hiding this comment.
The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000003-0000-0000-c000-00000000000" |
There was a problem hiding this comment.
The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000003-0000-0000-c000-00000000000" |
There was a problem hiding this comment.
The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
| "isHidden": false, | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000003-0000-0000-c000-00000000000" |
There was a problem hiding this comment.
The resourceAppId has a missing digit at the end. It should be "00000003-0000-0000-c000-000000000000" with 12 trailing zeros instead of 11.
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
|
Closing as 0 files changed. |
Weekly Permissions sync 2025-08-17