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" } } ],