Skip to content

Weekly Permissions sync 2026-05-22#1536

Open
marabooy wants to merge 3 commits into
masterfrom
permissions-update/2026-05-22
Open

Weekly Permissions sync 2026-05-22#1536
marabooy wants to merge 3 commits into
masterfrom
permissions-update/2026-05-22

Conversation

@marabooy
Copy link
Copy Markdown
Contributor

Weekly Permissions sync 2026-05-22

@marabooy marabooy requested a review from a team as a code owner May 22, 2026 00:39
Copilot AI review requested due to automatic review settings May 22, 2026 00:39
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

Weekly permissions sync updating Microsoft Graph permission metadata and provisioning deployment info.

Changes:

  • Enables and assigns IDs for IdentityNotifications.* permissions in provisioningInfo.json.
  • Adds new permission definitions in permissions.json (notably IdentityNotifications.* and SecurityIdentitiesMigration.*) and updates some existing route mappings.
  • Updates the Application.ReadWrite.All permission description and extends its route coverage.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
permissions/new/provisioningInfo.json Updates provisioning metadata for several permissions (enablement/visibility/IDs) and adds new permission entries.
permissions/new/permissions.json Adds new permission definitions and modifies pathSets/descriptions for existing permissions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4475 to +4488
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"POST"
],
"paths": {
"/serviceprincipals(appid={value})/approleassignedto": "",
"/serviceprincipals(appid={value})/approleassignments": "",
"/serviceprincipals/{id}/approleassignedto": "",
"/serviceprincipals/{id}/approleassignments": ""
}
Comment on lines +4491 to +4502
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"DELETE"
],
"paths": {
"/serviceprincipals(appid={value})/approleassignedto/{id}": "",
"/serviceprincipals(appid={value})/approleassignments/{id}": "",
"/serviceprincipals/{id}/approleassignedto/{id}": "",
"/serviceprincipals/{id}/approleassignments/{id}": ""
Comment on lines +46184 to +46188
"DelegatedWork": {
"adminDisplayName": "Read identity security sensor migration",
"adminDescription": "Allows the app to read all the identity security sensor migration information of signed user",
"userDisplayName": "Read identity security sensor migration",
"userDescription": "Allows the app to read all the identity security sensor migration information on your behalf.",
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.

2 participants