Skip to content

Commit 3c9fe72

Browse files
Copilotjiayle27
andauthored
Fix URL casing in changelog and add blueprint cross-link in riskyagent.md
Agent-Logs-Url: https://github.com/microsoftgraph/microsoft-graph-docs/sessions/3e62ad25-d2ae-4b43-a447-79c4afd66ade Co-authored-by: jiayle27 <63255729+jiayle27@users.noreply.github.com>
1 parent 5f4f72e commit 3c9fe72

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/beta/resources/riskyagent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Inherits from [entity](../resources/entity.md).
3131
|Property|Type|Description|
3232
|:---|:---|:---|
3333
|agentDisplayName|String|Name of the agent. <br/><br/> Supports `$filter` (`eq`, `startsWith`).
34-
|blueprintId|String|The identifier of the blueprint associated with the agent. Nullable.|
34+
|blueprintId|String|The identifier of the [blueprint](../resources/agentidentityblueprint.md) associated with the agent. Nullable.|
3535
|id|String|The object **id** of the [riskyAgentIdentity](../resources/riskyagentidentity.md), [riskyAgentIdentityBlueprintPrincipal](../resources/riskyagentidentityblueprintprincipal.md) or [riskyAgentUser](../resources/riskyagentuser.md). Inherited from [entity](../resources/entity.md). <br/><br/> Supports `$filter` (`eq`, `startsWith`).
3636
|identityType|[agentIdentityType](agentidentitytype.md)|The type of agent identity. The possible values are: `agentIdentity`, `agentUser`, `unknownFutureValue`, `agentIdentityBlueprintPrincipal`. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this evolvable enum: `agentIdentityBlueprintPrincipal`. Required. <br/><br/> Supports `$filter` (`eq`).|
3737
|isDeleted|Boolean|Indicates whether the agent is deleted.|

changelog/Microsoft.IdentityProtectionServices.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"ApiChange": "Property",
88
"ChangedApiName": "blueprintId",
99
"ChangeType": "Addition",
10-
"Description": "Added the **blueprintId** property to the [agentRiskDetection](https://learn.microsoft.com/en-us/graph/api/resources/agentRiskDetection?view=graph-rest-beta) resource.",
10+
"Description": "Added the **blueprintId** property to the [agentRiskDetection](https://learn.microsoft.com/en-us/graph/api/resources/agentriskdetection?view=graph-rest-beta) resource.",
1111
"Target": "agentRiskDetection"
1212
},
1313
{
1414
"Id": "64db359a-9279-46f0-8afe-b37bb1f7ea3c",
1515
"ApiChange": "Property",
1616
"ChangedApiName": "source",
1717
"ChangeType": "Addition",
18-
"Description": "Added the **source** property to the [agentRiskDetection](https://learn.microsoft.com/en-us/graph/api/resources/agentRiskDetection?view=graph-rest-beta) resource.",
18+
"Description": "Added the **source** property to the [agentRiskDetection](https://learn.microsoft.com/en-us/graph/api/resources/agentriskdetection?view=graph-rest-beta) resource.",
1919
"Target": "agentRiskDetection"
2020
},
2121
{
2222
"Id": "64db359a-9279-46f0-8afe-b37bb1f7ea3c",
2323
"ApiChange": "Property",
2424
"ChangedApiName": "blueprintId",
2525
"ChangeType": "Addition",
26-
"Description": "Added the **blueprintId** property to the [riskyAgent](https://learn.microsoft.com/en-us/graph/api/resources/riskyAgent?view=graph-rest-beta) resource.",
26+
"Description": "Added the **blueprintId** property to the [riskyAgent](https://learn.microsoft.com/en-us/graph/api/resources/riskyagent?view=graph-rest-beta) resource.",
2727
"Target": "riskyAgent"
2828
}
2929
],

0 commit comments

Comments
 (0)