Skip to content

Commit 2172d76

Browse files
authored
Weekly Permissions sync 2025-10-30 (#1328)
1 parent 4c3c81f commit 2172d76

File tree

2 files changed

+70
-5
lines changed

2 files changed

+70
-5
lines changed

permissions/new/permissions.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10003,6 +10003,35 @@
1000310003
"ownerSecurityGroup": "m365adminsvcdevteam"
1000410004
}
1000510005
},
10006+
"CopilotTools.Read.All": {
10007+
"authorizationType": "oAuth2",
10008+
"schemes": {
10009+
"DelegatedWork": {
10010+
"adminDisplayName": "Read all Microsoft Copilot tools",
10011+
"adminDescription": "Allows the app to read all Microsoft Copilot tools on behalf of the signed-in user.",
10012+
"userDisplayName": "Read all Microsoft Agent365 Copilot tools",
10013+
"userDescription": "Allows the app to read all Microsoft Copilot tools on your behalf.",
10014+
"requiresAdminConsent": false,
10015+
"privilegeLevel": 3
10016+
}
10017+
},
10018+
"pathSets": [
10019+
{
10020+
"schemeKeys": [
10021+
"DelegatedWork"
10022+
],
10023+
"methods": [
10024+
"GET"
10025+
],
10026+
"paths": {
10027+
"/copilot/agents/discoverCopilotTools": "least=DelegatedWork"
10028+
}
10029+
}
10030+
],
10031+
"ownerInfo": {
10032+
"ownerSecurityGroup": "mcpplat"
10033+
}
10034+
},
1000610035
"CrossTenantInformation.ReadBasic.All": {
1000710036
"authorizationType": "oAuth2",
1000810037
"schemes": {
@@ -29473,7 +29502,7 @@
2947329502
],
2947429503
"paths": {
2947529504
"/admin/exchange/mailboxes/{id}/createImportSession": "least=DelegatedWork",
29476-
"/admin/exchange/mailboxes/{id}/exportItems": "least=DelegatedWork"
29505+
"/admin/exchange/mailboxes/{id}/exportItems": ""
2947729506
}
2947829507
}
2947929508
],
@@ -29501,7 +29530,7 @@
2950129530
],
2950229531
"paths": {
2950329532
"/admin/exchange/mailboxes/{id}/createImportSession": "least=Application",
29504-
"/admin/exchange/mailboxes/{id}/exportItems": "least=Application"
29533+
"/admin/exchange/mailboxes/{id}/exportItems": ""
2950529534
}
2950629535
}
2950729536
],

permissions/new/provisioningInfo.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6668,6 +6668,24 @@
66686668
"resourceAppId": ""
66696669
}
66706670
],
6671+
"Group-NestingSupport.ReadWrite.All": [
6672+
{
6673+
"id": "e7f8a3b2-9c1d-4e5f-8a7b-2c3d4e5f6a7b",
6674+
"scheme": "DelegatedWork",
6675+
"environment": "public",
6676+
"isHidden": true,
6677+
"isEnabled": true,
6678+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
6679+
},
6680+
{
6681+
"id": "b4c7d8e9-f2a5-4b6c-9d8e-1f2a3b4c5d6e",
6682+
"scheme": "Application",
6683+
"environment": "public",
6684+
"isHidden": true,
6685+
"isEnabled": true,
6686+
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
6687+
}
6688+
],
66716689
"GroupSettings.Read.All": [
66726690
{
66736691
"id": "2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e",
@@ -8190,6 +8208,15 @@
81908208
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
81918209
}
81928210
],
8211+
"MailboxItem.Export": [
8212+
{
8213+
"scheme": "DelegatedWork",
8214+
"environment": "PPE;public",
8215+
"isHidden": true,
8216+
"isEnabled": false,
8217+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
8218+
}
8219+
],
81938220
"MailboxItem.ImportExport.All": [
81948221
{
81958222
"id": "76577085-e73d-4f1d-b26a-85fb33892327",
@@ -8200,6 +8227,15 @@
82008227
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
82018228
}
82028229
],
8230+
"MailboxItem.Export.All": [
8231+
{
8232+
"scheme": "Application",
8233+
"environment": "PPE;public",
8234+
"isHidden": true,
8235+
"isEnabled": false,
8236+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
8237+
}
8238+
],
82038239
"MailboxItem.Read": [
82048240
{
82058241
"id": "82305458-296d-4edd-8b0b-74dd74c34526",
@@ -8342,11 +8378,11 @@
83428378
],
83438379
"CopilotTools.Read.All": [
83448380
{
8345-
"id": "",
8381+
"id": "72d39115-2316-4ecf-808f-e3246bfcd3f9",
83468382
"scheme": "DelegatedWork",
83478383
"environment": "public",
8348-
"isHidden": true,
8349-
"isEnabled": false,
8384+
"isHidden": false,
8385+
"isEnabled": true,
83508386
"resourceAppId": "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1"
83518387
}
83528388
],

0 commit comments

Comments
 (0)