Skip to content

Commit fee40fd

Browse files
committed
Weekly Permissions sync 2026-03-16
1 parent f0e8c6b commit fee40fd

2 files changed

Lines changed: 23 additions & 5 deletions

File tree

permissions/new/permissions.json

Lines changed: 5 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
{

permissions/new/provisioningInfo.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4404,6 +4404,24 @@
44044404
"resourceAppId": ""
44054405
}
44064406
],
4407+
"DelegatedPermissionGrant.ReadWrite.ManagedBy": [
4408+
{
4409+
"id": "8b7aa0f1-33fa-4590-b40d-c4fc375948b5",
4410+
"scheme": "DelegatedWork",
4411+
"environment": "public",
4412+
"isHidden": true,
4413+
"isEnabled": true,
4414+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
4415+
},
4416+
{
4417+
"id": "87e86d7b-d7db-424e-be87-d7be784cf70d",
4418+
"scheme": "Application",
4419+
"environment": "public",
4420+
"isHidden": true,
4421+
"isEnabled": true,
4422+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
4423+
}
4424+
],
44074425
"CallAiInsights.Read.All": [
44084426
{
44094427
"id": "e24bdaf9-83f8-468b-a144-c681ccb6caf4",

0 commit comments

Comments
 (0)