Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10003,6 +10003,35 @@
"ownerSecurityGroup": "m365adminsvcdevteam"
}
},
"CopilotTools.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read all Microsoft Copilot tools",
"adminDescription": "Allows the app to read all Microsoft Copilot tools on behalf of the signed-in user.",
"userDisplayName": "Read all Microsoft Agent365 Copilot tools",
"userDescription": "Allows the app to read all Microsoft Copilot tools on your behalf.",
"requiresAdminConsent": false,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/copilot/agents/discoverCopilotTools": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "mcpplat"
}
},
"CrossTenantInformation.ReadBasic.All": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down Expand Up @@ -29473,7 +29502,7 @@
],
"paths": {
"/admin/exchange/mailboxes/{id}/createImportSession": "least=DelegatedWork",
"/admin/exchange/mailboxes/{id}/exportItems": "least=DelegatedWork"
"/admin/exchange/mailboxes/{id}/exportItems": ""
}
}
],
Expand Down Expand Up @@ -29501,7 +29530,7 @@
],
"paths": {
"/admin/exchange/mailboxes/{id}/createImportSession": "least=Application",
"/admin/exchange/mailboxes/{id}/exportItems": "least=Application"
"/admin/exchange/mailboxes/{id}/exportItems": ""
}
}
],
Expand Down
42 changes: 39 additions & 3 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6668,6 +6668,24 @@
"resourceAppId": ""
}
],
"Group-NestingSupport.ReadWrite.All": [
{
"id": "e7f8a3b2-9c1d-4e5f-8a7b-2c3d4e5f6a7b",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
},
{
"id": "b4c7d8e9-f2a5-4b6c-9d8e-1f2a3b4c5d6e",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
}
],
"GroupSettings.Read.All": [
{
"id": "2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e",
Expand Down Expand Up @@ -8190,6 +8208,15 @@
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
}
],
"MailboxItem.Export": [
{
"scheme": "DelegatedWork",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
}
],
"MailboxItem.ImportExport.All": [
{
"id": "76577085-e73d-4f1d-b26a-85fb33892327",
Expand All @@ -8200,6 +8227,15 @@
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
}
],
"MailboxItem.Export.All": [
{
"scheme": "Application",
"environment": "PPE;public",
"isHidden": true,
"isEnabled": false,
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
}
],
"MailboxItem.Read": [
{
"id": "82305458-296d-4edd-8b0b-74dd74c34526",
Expand Down Expand Up @@ -8342,11 +8378,11 @@
],
"CopilotTools.Read.All": [
{
"id": "",
"id": "72d39115-2316-4ecf-808f-e3246bfcd3f9",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1"
}
],
Expand Down