Skip to content

Commit 6a2bd8d

Browse files
authored
Merge pull request #28196 from microsoftgraph/main
Merge to publish.
2 parents 064108e + faea91c commit 6a2bd8d

File tree

48 files changed

+663
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+663
-148
lines changed

api-reference/beta/api/agentriskdetection-get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Content-Type: application/json
116116
"id": "1e384c2b0799b01834c0f886560a9a64e433135fe5b8607c535ebbfb03d2ee67",
117117
"agentId": "229da549-7a91-4365-900f-d4ef49a759a0",
118118
"agentDisplayName": "Ask HR Agent Identity",
119+
"identityType": "agentIdentity",
119120
"activityDateTime": "2025-07-30T15:38:56.9594972Z",
120121
"detectedDateTime": "2025-07-30T15:38:56.9594972Z",
121122
"detectionTimingType": "offline",

api-reference/beta/api/identityprotectionroot-list-agentriskdetections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Content-Type: application/json
118118
"id": "1e384c2b0799b01834c0f886560a9a64e433135fe5b8607c535ebbfb03d2ee67",
119119
"agentId": "229da549-7a91-4365-900f-d4ef49a759a0",
120120
"agentDisplayName": "Copilot Application",
121+
"identityType": "agentIdentity",
121122
"activityDateTime": "2025-07-30T15:38:56.9594972Z",
122123
"detectedDateTime": "2025-07-30T15:38:56.9594972Z",
123124
"detectionTimingType": "offline",

api-reference/beta/api/riskyagent-get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Content-Type: application/json
116116
"@odata.type": "#microsoft.graph.riskyAgentUser",
117117
"id": "229da549-7a91-4365-900f-d4ef49a759a0",
118118
"agentDisplayName": "RiskyUserFirstPartyApp2",
119+
"identityType": "agentUser",
119120
"isDeleted": false,
120121
"isEnabled": true,
121122
"isProcessing": true,

api-reference/beta/api/riskyagent-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Content-Type: application/json
117117
"@odata.type": "#microsoft.graph.riskyAgentUser",
118118
"id": "ccdc88ee-d0bb-86b5-3500-1d38195c4d6f",
119119
"agentDisplayName": "RiskyUserFirstPartyApp2",
120+
"identityType": "agentUser",
120121
"isDeleted": false,
121122
"isEnabled": true,
122123
"isProcessing": true,
@@ -129,6 +130,7 @@ Content-Type: application/json
129130
"@odata.type": "#microsoft.graph.riskyAgentIdentity",
130131
"id": "ccdc88ee-d0bb-86b5-3500-1d38195c4d6f",
131132
"agentDisplayName": "AgentIdentityBot",
133+
"identityType": "agentIdentity",
132134
"isDeleted": false,
133135
"isEnabled": true,
134136
"isProcessing": true,

api-reference/beta/api/security-analyzedemail-remediate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following table lists the parameters that are required when you call this ac
5555
|displayName|String| The name of the remediation that is used as a reference in the action center. |
5656
|description|String| The description of the remediation. |
5757
|severity|microsoft.graph.security.remediationSeverity| The severity of the remediation. The possible values are: `low`, `medium`, `high`, `unknownFutureValue`.|
58-
|action|microsoft.graph.security.remediationAction|The types of move and delete actions that are supported. The possible values are: `moveToJunk`, `moveToInbox`, `hardDelete`, `softDelete`, `moveToDeletedItems`, `unknownFutureValue`.|
58+
|action|microsoft.graph.security.remediationAction|The types of move and delete actions that are supported. The possible values are: `moveToJunk`, `moveToInbox`, `hardDelete`, `softDelete`, `moveToDeletedItems`, `unknownFutureValue`, `moveToQuarantine`. Use the `Prefer: include-unknown-enum-members` request header to get the following members from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `moveToQuarantine`. |
5959
|remediateSendersCopy|Boolean| For internal or outbound email, indicates whether to remediate the sender's copy of an email. |
6060
|analyzedEmails|[microsoft.graph.security.analyzedEmail](../resources/security-analyzedemail.md) collection| Contains the **networkMessageId** and **recipientEmailAddress** values of the analyzed emails. |
6161

api-reference/beta/api/windowsupdates-adminwindowsupdates-list-policies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "List policies"
33
description: "Get a list of the policy objects and their properties."
44
author: "andredm7"
5-
ms.date: 01/27/2026
5+
ms.date: 02/05/2026
66
ms.localizationpriority: medium
77
ms.subservice: "windows-autopatch"
88
doc_type: apiPageType
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "windowsupdates_adminwindowsupdates_list_policies" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-adminwindowsupdates-list-policies-permissions.md)]
2727

28+
[!INCLUDE [rbac-windows-updates-apis](../includes/rbac-for-apis/rbac-windows-updates-apis.md)]
29+
2830
## HTTP request
2931

3032
To get a list of **qualityUpdatePolicy** objects:

api-reference/beta/api/windowsupdates-adminwindowsupdates-post-policies.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create policy"
33
description: "Create a new Windows update policy object."
44
author: "andredm7"
5-
ms.date: 01/27/2026
5+
ms.date: 02/05/2026
66
ms.localizationpriority: medium
77
ms.subservice: "windows-autopatch"
88
doc_type: apiPageType
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "windowsupdates_adminwindowsupdates_post_policies" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-adminwindowsupdates-post-policies-permissions.md)]
2727

28+
[!INCLUDE [rbac-windows-updates-apis](../includes/rbac-for-apis/rbac-windows-updates-apis.md)]
29+
2830
## HTTP request
2931

3032
<!-- {

api-reference/beta/api/windowsupdates-policy-delete.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Delete policy"
33
description: "Delete a Windows update policy object."
44
author: "andredm7"
5-
ms.date: 01/27/2026
5+
ms.date: 02/05/2026
66
ms.localizationpriority: medium
77
ms.subservice: "windows-autopatch"
88
doc_type: apiPageType
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_delete" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-delete-permissions.md)]
2727

28+
[!INCLUDE [rbac-windows-updates-apis](../includes/rbac-for-apis/rbac-windows-updates-apis.md)]
29+
2830
## HTTP request
2931

3032
<!-- {

api-reference/beta/api/windowsupdates-policy-get.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Get policy"
33
description: "Read the properties and relationships of policy object."
44
author: "andredm7"
5-
ms.date: 01/27/2026
5+
ms.date: 02/05/2026
66
ms.localizationpriority: medium
77
ms.subservice: "windows-autopatch"
88
doc_type: apiPageType
@@ -25,6 +25,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_get" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-get-permissions.md)]
2727

28+
[!INCLUDE [rbac-windows-updates-apis](../includes/rbac-for-apis/rbac-windows-updates-apis.md)]
29+
2830
## HTTP request
2931

3032
<!-- {

api-reference/beta/api/windowsupdates-policy-list-applicablecontent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "windowsupdates_policy_list_applicablecontent" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/windowsupdates-policy-list-applicablecontent-permissions.md)]
2525

26+
[!INCLUDE [rbac-windows-updates-apis](../includes/rbac-for-apis/rbac-windows-updates-apis.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

0 commit comments

Comments
 (0)