Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 070c8e0

Browse files
committed
Changes places scope to place, bumps to 1.8.5
1 parent c90473e commit 070c8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microsoft-graph-explorer",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "Microsoft Graph Explorer",
55
"scripts": {
66
"build": "tsc -p src/",

src/app/scopes-dialog/scopes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ export const PermissionScopes: IPermissionScope[] = [
776776
admin: true
777777
},
778778
{
779-
name: 'Places.Read.All',
779+
name: 'Place.Read.All',
780780
description: 'Allows the app to read company places.',
781781
longDescription: 'Allows the app to read company places (Conf Rooms and Room Lists) for calendar events and other applications.',
782782
preview: true,

0 commit comments

Comments
 (0)