Skip to content

Commit 1ab94e0

Browse files
committed
Add what's new and changelog
1 parent 8aa8237 commit 1ab94e0

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

changelog/Manual.NonWorkloadChanges.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "74c50b70-259d-4c6e-80fb-2c15dde1e827",
7+
"ApiChange": "Permission",
8+
"ChangedApiName": "FileStorageContainerType.Manage.All",
9+
"ChangeType": "Change",
10+
"Description": "Updated the `FileStorageContainerType.Manage.All` delegated permission to no longer require admin consent.",
11+
"Target": "FileStorageContainerType.Manage.All"
12+
},
13+
{
14+
"Id": "74c50b70-259d-4c6e-80fb-2c15dde1e827",
15+
"ApiChange": "Permission",
16+
"ChangedApiName": "FileStorageContainerTypeReg.Manage.All",
17+
"ChangeType": "Change",
18+
"Description": "Updated the `FileStorageContainerTypeReg.Manage.All` delegated permission to no longer require admin consent.",
19+
"Target": "FileStorageContainerTypeReg.Manage.All"
20+
},
21+
{
22+
"Id": "74c50b70-259d-4c6e-80fb-2c15dde1e827",
23+
"ApiChange": "Permission",
24+
"ChangedApiName": "ThreatSubmission.Read",
25+
"ChangeType": "Change",
26+
"Description": "Updated the `ThreatSubmission.Read` delegated permission to now require admin consent.",
27+
"Target": "ThreatSubmission.Read"
28+
},
29+
{
30+
"Id": "74c50b70-259d-4c6e-80fb-2c15dde1e827",
31+
"ApiChange": "Permission",
32+
"ChangedApiName": "ThreatSubmission.ReadWrite",
33+
"ChangeType": "Change",
34+
"Description": "Updated the `ThreatSubmission.ReadWrite` delegated permission to now require admin consent.",
35+
"Target": "ThreatSubmission.ReadWrite"
36+
}
37+
],
38+
"Id": "74c50b70-259d-4c6e-80fb-2c15dde1e827",
39+
"Cloud": "prd",
40+
"Version": "v1.0",
41+
"CreatedDateTime": "2026-02-23T10:54:33.0608937Z",
42+
"WorkloadArea": "Permissions",
43+
"SubArea": ""
44+
},
345
{
446
"ChangeList": [
547
{

concepts/whats-new-overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
2020
2121
## February 2026: New and generally available
2222

23+
### Files
24+
25+
Updated the admin consent requirement for the following delegated permissions related to SharePoint Embedded file storage container management:
26+
- The `FileStorageContainerType.Manage.All` delegated permission no longer requires admin consent.
27+
- The `FileStorageContainerTypeReg.Manage.All` delegated permission no longer requires admin consent.
28+
2329
### Groups
2430

2531
- Added the **resourceBehaviorOptions** and **resourceProvisioningOptions** properties to the [group](/graph/api/resources/group) resource. These properties enable you to specify group behaviors and associated resources for a Microsoft 365 group.
@@ -40,6 +46,12 @@ Use the message trace API to track the flow of email messages through your Excha
4046

4147
Added the `restrictWebGrounding` member to the [dlpAction](/graph/api/resources/enums-security#dlpaction-values) enumeration to support restricting web grounding actions in data loss prevention policies in Microsoft Purview.
4248

49+
### Security | Threat protection
50+
51+
Updated the admin consent requirement for the following delegated permissions related to threat submissions:
52+
- The `ThreatSubmission.Read` delegated permission now requires admin consent.
53+
- The `ThreatSubmission.ReadWrite` delegated permission now requires admin consent.
54+
4355
### Teamwork and communications | Administration
4456
- [Get the policy ID](/graph/api/teamsadministration-teamspolicyassignment-getpolicyid) for a given policy name and policy type within Teams administration.
4557
- [Assign a Teams policy](/graph/api/teamsadministration-teamspolicyuserassignment-assign) to a user using the user ID, policy type, and policy ID.

0 commit comments

Comments
 (0)