From 1b04252b3501c4a1254da0c24a18374de2c3b5a6 Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:26:38 +0300 Subject: [PATCH] Weekly Permissions sync 2025-09-13 --- permissions/new/permissions.json | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index b9a458c6..3be694c5 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -33414,45 +33414,37 @@ "userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "requiresAdminConsent": true, "privilegeLevel": 3 - }, - "Application": { - "adminDisplayName": "Read and write organization places", - "adminDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", - "requiresAdminConsent": true, - "privilegeLevel": 4 } }, "pathSets": [ { "schemeKeys": [ - "DelegatedWork", - "Application" + "DelegatedWork" ], "methods": [ "DELETE", "PATCH" ], "paths": { - "/places/{id}": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application" + "/places/{id}": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork" } }, { "schemeKeys": [ - "DelegatedWork", - "Application" + "DelegatedWork" ], "methods": [ "POST" ], "paths": { - "/places": "least=DelegatedWork,Application", - "/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork,Application" + "/places": "least=DelegatedWork", + "/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork" } } ],