Skip to content

Commit 52d7dae

Browse files
committed
Weekly Permissions sync 2026-03-17
1 parent f0e8c6b commit 52d7dae

2 files changed

Lines changed: 68 additions & 16 deletions

File tree

permissions/new/permissions.json

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13675,7 +13675,7 @@
1367513675
"adminDisplayName": "Manage all delegated permission grants",
1367613676
"adminDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.",
1367713677
"requiresAdminConsent": true,
13678-
"privilegeLevel": 4
13678+
"privilegeLevel": 5
1367913679
}
1368013680
},
1368113681
"pathSets": [
@@ -13688,8 +13688,8 @@
1368813688
"GET"
1368913689
],
1369013690
"paths": {
13691-
"/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "least=Application",
13692-
"/serviceprincipals(appid={value})/oauth2permissiongrants": "least=Application",
13691+
"/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "",
13692+
"/serviceprincipals(appid={value})/oauth2permissiongrants": "",
1369313693
"/serviceprincipals/{id}/inheritedoauth2permissiongrants": "",
1369413694
"/serviceprincipals/{id}/oauth2permissiongrants": "",
1369513695
"/users/{id}/oauth2permissiongrants": ""
@@ -13717,7 +13717,7 @@
1371713717
"POST"
1371813718
],
1371913719
"paths": {
13720-
"/oauth2permissiongrants": "least=DelegatedWork,Application"
13720+
"/oauth2permissiongrants": ""
1372113721
}
1372213722
},
1372313723
{
@@ -13731,7 +13731,7 @@
1373113731
"PATCH"
1373213732
],
1373313733
"paths": {
13734-
"/oauth2permissiongrants/{id}": "least=DelegatedWork,Application"
13734+
"/oauth2permissiongrants/{id}": ""
1373513735
}
1373613736
},
1373713737
{
@@ -26490,6 +26490,21 @@
2649026490
"/me/drive/items/{id}/permissions/{id}": ""
2649126491
}
2649226492
},
26493+
{
26494+
"schemeKeys": [
26495+
"DelegatedWork",
26496+
"Application"
26497+
],
26498+
"methods": [
26499+
"DELETE"
26500+
],
26501+
"paths": {
26502+
"/drives/{id}/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26503+
"/groups/{id}/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26504+
"/me/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26505+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": "least=DelegatedWork,Application"
26506+
}
26507+
},
2649326508
{
2649426509
"schemeKeys": [
2649526510
"DelegatedWork",
@@ -46591,6 +46606,20 @@
4659146606
"paths": {
4659246607
"/sites/getOperationStatus(operationId='{id}')": ""
4659346608
}
46609+
},
46610+
{
46611+
"schemeKeys": [
46612+
"DelegatedWork"
46613+
],
46614+
"methods": [
46615+
"DELETE"
46616+
],
46617+
"paths": {
46618+
"/drives/{id}/items/{id}/retentionLabel": "",
46619+
"/groups/{id}/drive/items/{id}/retentionLabel": "",
46620+
"/me/drive/items/{id}/retentionLabel": "",
46621+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": ""
46622+
}
4659446623
}
4659546624
],
4659646625
"ownerInfo": {
@@ -47902,6 +47931,21 @@
4790247931
"/users/{user-id}/drive/root:/{item-path}/media/reactions": "least=DelegatedWork,DelegatedPersonal"
4790347932
}
4790447933
},
47934+
{
47935+
"schemeKeys": [
47936+
"DelegatedWork",
47937+
"Application"
47938+
],
47939+
"methods": [
47940+
"DELETE"
47941+
],
47942+
"paths": {
47943+
"/drives/{id}/items/{id}/retentionLabel": "",
47944+
"/groups/{id}/drive/items/{id}/retentionLabel": "",
47945+
"/me/drive/items/{id}/retentionLabel": "",
47946+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": ""
47947+
}
47948+
},
4790547949
{
4790647950
"schemeKeys": [
4790747951
"DelegatedWork"

permissions/new/provisioningInfo.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -503,17 +503,7 @@
503503
"isEnabled": false,
504504
"resourceAppId": "00000002-0000-0000-c000-000000000000"
505505
}
506-
],
507-
"AgentIdentityBlueprintPrincipal.CreateAsManager": [
508-
{
509-
"id": "c50c596a-6889-4460-acb1-3ed7c5fc142a",
510-
"scheme": "Application",
511-
"environment": "PPE;public",
512-
"isHidden": true,
513-
"isEnabled": false,
514-
"resourceAppId": "00000002-0000-0000-c000-000000000000"
515-
}
516-
],
506+
],
517507
"AgentIdentityBlueprintPrincipal.Read.All": [
518508
{
519509
"id": "",
@@ -4404,6 +4394,24 @@
44044394
"resourceAppId": ""
44054395
}
44064396
],
4397+
"DelegatedPermissionGrant.ReadWrite.ManagedBy": [
4398+
{
4399+
"id": "8b7aa0f1-33fa-4590-b40d-c4fc375948b5",
4400+
"scheme": "DelegatedWork",
4401+
"environment": "public",
4402+
"isHidden": true,
4403+
"isEnabled": true,
4404+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
4405+
},
4406+
{
4407+
"id": "87e86d7b-d7db-424e-be87-d7be784cf70d",
4408+
"scheme": "Application",
4409+
"environment": "public",
4410+
"isHidden": true,
4411+
"isEnabled": true,
4412+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
4413+
}
4414+
],
44074415
"CallAiInsights.Read.All": [
44084416
{
44094417
"id": "e24bdaf9-83f8-468b-a144-c681ccb6caf4",

0 commit comments

Comments
 (0)