From 372bbdeca6b533dbb04893fe1a5d7b965e1b120e Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:33:27 +0300 Subject: [PATCH] Weekly Permissions sync 2025-06-13 --- permissions/new/permissions.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 15744646..e9b9aea0 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -32301,6 +32301,17 @@ "paths": { "/places/{id}": "least=DelegatedWork,Application", "/places/{id}/descendants": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/footprints": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/levels": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures": "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": "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": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application", "/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application", "/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application", "/places/microsoft.graph.building": "least=DelegatedWork,Application", @@ -32346,7 +32357,13 @@ "PATCH" ], "paths": { - "/places/{id}": "least=DelegatedWork,Application" + "/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" } }, { @@ -32358,7 +32375,8 @@ "POST" ], "paths": { - "/places": "least=DelegatedWork,Application" + "/places": "least=DelegatedWork,Application", + "/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork,Application" } } ],