Conversation
There was a problem hiding this comment.
Pull request overview
Weekly permissions sync adding new permission entries and fixing casing in API paths.
Changes:
- Added new hidden permissions in
provisioningInfo.json:DeviceMgmtAgentRecommendations,EntraGalleryIntegrationRequest.*,Privileged*Schedule.*.EntraAppRole, andRoleManagementPolicy.*.EntraAppRole - Added a new path
/reports/getAppManagementAuditSummarytopermissions.json - Fixed camelCase casing of
privilegedAccess/groupAPI paths (e.g.,filterbycurrentuser→filterByCurrentUser,assignmentschedules→assignmentSchedules)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Added new hidden permission entries for DeviceMgmtAgentRecommendations, EntraGalleryIntegrationRequest, PrivilegedSchedule EntraAppRole, and RoleManagementPolicy EntraAppRole |
| permissions/new/permissions.json | Added new API path, fixed camelCase casing on privilegedAccess group paths |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| "/identityGovernance/privilegedAccess/group/assignmentscheduleInstances": "", | ||
| "/identityGovernance/privilegedAccess/group/assignmentscheduleInstances/{id}": "", | ||
| "/identityGovernance/privilegedAccess/group/assignmentscheduleInstances/filterByCurrentUser(on={value})": "", |
There was a problem hiding this comment.
Inconsistent casing: these three paths use assignmentscheduleInstances (lowercase "schedule", uppercase "Instances") while the other paths in this same block use assignmentScheduleRequests and assignmentSchedules (uppercase "S" in "Schedule"). This looks like an incomplete casing fix — it should be assignmentScheduleInstances to match the camelCase convention used in the corrected paths above (lines 41266-41267).
Weekly Permissions sync 2026-03-12