-
Notifications
You must be signed in to change notification settings - Fork 50
Weekly Permissions sync 2026-04-08 #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -659,6 +659,24 @@ | |
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| "AgentIdentityBlueprintPrincipal.UpdateSponsors.All": [ | ||
| { | ||
| "id": "", | ||
| "scheme": "Application", | ||
| "environment": "PPE;public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| }, | ||
| { | ||
| "id": "", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "PPE;public", | ||
| "isHidden": true, | ||
| "isEnabled": false, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| "AgentRegistration.Read.All": [ | ||
| { | ||
|
|
@@ -9806,6 +9824,16 @@ | |
| "resourceAppId": "" | ||
| } | ||
| ], | ||
| "OneDrive.Provision.All": [ | ||
| { | ||
| "id": "00000000-0000-0000-0000-000000000000", | ||
| "scheme": "Application", | ||
| "environment": "public", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000003-0000-0ff1-ce00-000000000000" | ||
|
Comment on lines
+9827
to
+9834
|
||
| } | ||
| ], | ||
| "OnlineMeeting.ReadBasic.Chat": [ | ||
| { | ||
| "id": "eda8d262-4e6e-4ff6-a7ba-a2fb50535165", | ||
|
|
@@ -14631,6 +14659,42 @@ | |
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| "ServicePrincipal.EnableDisable.All": [ | ||
| { | ||
| "id": "3f7b1c56-8b26-4d69-9d7a-4c82f4c8a2e1", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| }, | ||
| { | ||
| "id": "9a21e4df-6c93-45b4-b1f0-2d5e8f0b7c44", | ||
| "scheme": "Application", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| "ServicePrincipal.AddRemoveCreds.All": [ | ||
| { | ||
| "id": "c4d8f3a9-1e72-4b8d-8f6c-7a91d2e5b3f0", | ||
| "scheme": "DelegatedWork", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| }, | ||
| { | ||
| "id": "6e2a9b14-f5c7-4381-a6d2-0c8f4e1b9a73", | ||
| "scheme": "Application", | ||
| "environment": "", | ||
| "isHidden": true, | ||
| "isEnabled": true, | ||
| "resourceAppId": "00000002-0000-0000-c000-000000000000" | ||
| } | ||
| ], | ||
| "SharePointCrossTenantMigration.Read.All": [ | ||
| { | ||
| "id": "00dcb678-f9af-4e73-acb1-4f1657364629", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an extra leading space before the
"AgentRegistration.Read.All"key compared to surrounding entries, which breaks the otherwise consistent indentation/formatting of this JSON file. Please align this key's indentation with the other top-level permission keys in the same object.