Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12426,6 +12426,7 @@
"paths": {
"/me/dataSecurityAndGovernance/contentUploadSession": "",
"/me/dataSecurityAndGovernance/processContent": "",
"/security/dataSecurityAndGovernance/processContent": "least=Application,DelegatedWork",
"/security/dataSecurityAndGovernance/processContentAsync": "least=Application,DelegatedWork",
"/users/{userId}/dataSecurityAndGovernance/contentUploadSession": "",
"/users/{userId}/dataSecurityAndGovernance/processContent": ""
Expand Down
64 changes: 64 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Copy link

Copilot AI Apr 8, 2026

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.

Suggested change
"AgentRegistration.Read.All": [
"AgentRegistration.Read.All": [

Copilot uses AI. Check for mistakes.
{
Expand Down Expand Up @@ -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
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OneDrive.Provision.All uses an all-zero GUID for the id field. Elsewhere in this file, unknown/placeholder permission IDs are represented as an empty string (""), so using 00000000-0000-0000-0000-000000000000 is inconsistent and may be treated as a real ID by downstream tooling. Please replace this with an empty string if the real permission ID is unknown, or populate the actual GUID if available.

Copilot uses AI. Check for mistakes.
}
],
"OnlineMeeting.ReadBasic.Chat": [
{
"id": "eda8d262-4e6e-4ff6-a7ba-a2fb50535165",
Expand Down Expand Up @@ -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",
Expand Down