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