Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR implements a weekly permissions synchronization update for 2025-08-18, focusing on permission restructuring and new authentication method permissions. The changes include removing legacy agent permissions, introducing granular user authentication method permissions, and updating various API endpoint configurations.
- Removed deprecated
AgentApplication.CreateandAgentIdentity.Createpermissions - Added comprehensive granular user authentication method permissions (email, external, hardware OATH, etc.)
- Updated existing permission configurations and API endpoint mappings
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 permissions, adds granular auth method permissions, updates API endpoints and authorization schemes |
| permissions/new/ProvisioningInfo.json | Adds provisioning information for new authentication method permissions and updates existing permission configurations |
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" |
There was a problem hiding this comment.
The resourceAppId value "00000003-0000-0000-c000-00000000000" appears to be missing the final digit. Microsoft Graph's standard resource app ID is "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end).
| "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 value "00000003-0000-0000-c000-00000000000" appears to be missing the final digit. Microsoft Graph's standard resource app ID is "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end).
| "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 value "00000003-0000-0000-c000-00000000000" appears to be missing the final digit. Microsoft Graph's standard resource app ID is "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end).
| "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 value "00000003-0000-0000-c000-00000000000" appears to be missing the final digit. Microsoft Graph's standard resource app ID is "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end).
| "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 value "00000003-0000-0000-c000-00000000000" appears to be missing the final digit. Microsoft Graph's standard resource app ID is "00000003-0000-0000-c000-000000000000" (with 12 zeros at the end).
| "resourceAppId": "00000003-0000-0000-c000-00000000000" | |
| "resourceAppId": "00000003-0000-0000-c000-000000000000" |
ce696e3 to
90c1cb1
Compare
Weekly Permissions sync 2025-08-18