From aba188c4b8e371ec23a3f08fcb677ff1d03468f5 Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:28:01 +0300 Subject: [PATCH] Weekly Permissions sync 2025-09-16 --- 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" } } ],