diff --git a/_info/GraphAppRoles.csv b/_info/GraphAppRoles.csv index 1ddb345..dd7ec54 100644 --- a/_info/GraphAppRoles.csv +++ b/_info/GraphAppRoles.csv @@ -66,6 +66,7 @@ "4c277553-8a09-487b-8023-29ee378d8324","Calls.InitiateGroupCall.All","Initiate outgoing group calls from the app","Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user." "f6b49018-60ab-4f81-83bd-22caeabfed2d","Calls.JoinGroupCall.All","Join group calls and meetings as an app","Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization." "fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4","Calls.JoinGroupCallAsGuest.All","Join group calls and meetings as a guest","Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization." +"418dae40-2b65-4819-900c-519a04e4d278","ChangeManagement.Read.All","Read Change Management items","Allows to read all Change Management items." "f3a65bd4-b703-46df-8f7e-0174fea562aa","Channel.Create","Create channels","Create channels in any team, without a signed-in user." "6a118a39-1227-45d4-af0c-ea7b40d210bc","Channel.Delete.All","Delete channels","Delete channels in any team, without a signed-in user." "59a6b24b-4225-4393-8165-ebaec5f55d7a","Channel.ReadBasic.All","Read the names and descriptions of all channels","Read all channel names and channel descriptions, without a signed-in user." diff --git a/_info/GraphAppRoles.json b/_info/GraphAppRoles.json index 9c03392..4f6fb21 100644 --- a/_info/GraphAppRoles.json +++ b/_info/GraphAppRoles.json @@ -803,6 +803,18 @@ "Value": "Calls.JoinGroupCallAsGuest.All", "AdditionalProperties": {} }, + { + "AllowedMemberTypes": [ + "Application" + ], + "Description": "Allows to read all Change Management items.", + "DisplayName": "Read Change Management items", + "Id": "418dae40-2b65-4819-900c-519a04e4d278", + "IsEnabled": true, + "Origin": "Application", + "Value": "ChangeManagement.Read.All", + "AdditionalProperties": {} + }, { "AllowedMemberTypes": [ "Application" diff --git a/_info/GraphDelegateRoles.csv b/_info/GraphDelegateRoles.csv index 2c7ea42..b7887b4 100644 --- a/_info/GraphDelegateRoles.csv +++ b/_info/GraphDelegateRoles.csv @@ -66,6 +66,7 @@ "1ec239c2-d7c9-4623-a91a-a9775856bb36","Calendars.ReadWrite","Have full access to user calendars ","Allows the app to create, read, update, and delete events in user calendars." "12466101-c9b8-439a-8589-dd09ee67e8e9","Calendars.ReadWrite.Shared","Read and write user and shared calendars","Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars." "43431c03-960e-400f-87c6-8f910321dca3","CallEvents.Read","Read call event data","Allows the app to read call event information for an organization for the signed-in user." +"4628dff5-c33e-4fde-b17a-b64e7acb1bed","ChangeManagement.Read.All","Read Change Management items","Allows to read all Change Management items." "101147cf-4178-4455-9d58-02b5c164e759","Channel.Create","Create channels","Create channels in any team, on behalf of the signed-in user." "cc83893a-e232-4723-b5af-bd0b01bcfe65","Channel.Delete.All","Delete channels","Delete channels in any team, on behalf of the signed-in user." "9d8982ae-4365-4f57-95e9-d6032a4c0b87","Channel.ReadBasic.All","Read the names and descriptions of channels","Read channel names and channel descriptions, on behalf of the signed-in user." diff --git a/_info/GraphDelegateRoles.json b/_info/GraphDelegateRoles.json index 626ced2..321c4ec 100644 --- a/_info/GraphDelegateRoles.json +++ b/_info/GraphDelegateRoles.json @@ -803,6 +803,18 @@ "Value": "CallEvents.Read", "AdditionalProperties": {} }, + { + "AdminConsentDescription": "Allows to read all Change Management items.", + "AdminConsentDisplayName": "Read Change Management items", + "Id": "4628dff5-c33e-4fde-b17a-b64e7acb1bed", + "IsEnabled": true, + "Origin": null, + "Type": "User", + "UserConsentDescription": "Allows to read all Change Management items.", + "UserConsentDisplayName": "Read Change Management items", + "Value": "ChangeManagement.Read.All", + "AdditionalProperties": {} + }, { "AdminConsentDescription": "Create channels in any team, on behalf of the signed-in user.", "AdminConsentDisplayName": "Create channels",