From 54457091508c561cd82c29f1e48c6d0b4f1b1593 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Mon, 19 Jan 2026 17:25:51 +0300 Subject: [PATCH 1/4] Add initial agent ID samples --- sample-queries/sample-queries.json | 63 ++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 4b1787f9..1a6a98c6 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4074,6 +4074,69 @@ "tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission", "docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta#example-6-get-the-content-of-a-successfully-completed-goalsexportjob-resource", "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "List agent identity blueprints", + "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-list", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "Get agent identity blueprint", + "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-get", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "List agent identity blueprint principals", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "Get agent identity blueprint principal", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "List agent identities", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "Get agent identity", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list", + "skipTest": false + }, + { + "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "category": "Agents", + "method": "GET", + "humanName": "List agent ID users", + "requestUrl": "/beta/users/microsoft.graph.agentUser", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentuser-list", + "skipTest": false } ] } From 8f6eec283ac87523ac0f97996dadc8a7a4896b89 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Mon, 19 Jan 2026 17:36:28 +0300 Subject: [PATCH 2/4] Address review feedback --- sample-queries/sample-queries.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 1a6a98c6..4274ec04 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4076,7 +4076,7 @@ "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "a6fdd771-19df-4e31-a515-800d5707db86", "category": "Agents", "method": "GET", "humanName": "List agent identity blueprints", @@ -4085,7 +4085,7 @@ "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "646cd7b7-58f8-492e-b8d4-f54aab86628d", "category": "Agents", "method": "GET", "humanName": "Get agent identity blueprint", @@ -4094,7 +4094,7 @@ "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "62efe2d1-f889-4724-b370-59fcae5fbab1", "category": "Agents", "method": "GET", "humanName": "List agent identity blueprint principals", @@ -4103,16 +4103,16 @@ "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "1359d5de-354b-4526-8fb2-ad5ec2a0f49a", "category": "Agents", "method": "GET", "humanName": "Get agent identity blueprint principal", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-get", "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "46edf0dd-e196-415b-9c41-c1fd3987f7b0", "category": "Agents", "method": "GET", "humanName": "List agent identities", @@ -4121,16 +4121,16 @@ "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "c8fd74a5-10f3-43ff-a56d-445bbb598d5f", "category": "Agents", "method": "GET", "humanName": "Get agent identity", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list", + "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-get", "skipTest": false }, { - "id": "76ecc500-897d-4a5e-a15c-0f6702a43d32", + "id": "cef7b606-dd9f-4a47-80b2-048f9c9b61ac", "category": "Agents", "method": "GET", "humanName": "List agent ID users", From 0061abd06efa6e3cca13c4fc13b4007af91c5d3c Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Mon, 19 Jan 2026 17:40:52 +0300 Subject: [PATCH 3/4] Add code review suggestion --- sample-queries/sample-queries.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 4274ec04..4aeb474b 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4079,7 +4079,7 @@ "id": "a6fdd771-19df-4e31-a515-800d5707db86", "category": "Agents", "method": "GET", - "humanName": "List agent identity blueprints", + "humanName": "list agent identity blueprints", "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-list", "skipTest": false @@ -4088,7 +4088,7 @@ "id": "646cd7b7-58f8-492e-b8d4-f54aab86628d", "category": "Agents", "method": "GET", - "humanName": "Get agent identity blueprint", + "humanName": "get agent identity blueprint", "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-get", "skipTest": false @@ -4097,7 +4097,7 @@ "id": "62efe2d1-f889-4724-b370-59fcae5fbab1", "category": "Agents", "method": "GET", - "humanName": "List agent identity blueprint principals", + "humanName": "list agent identity blueprint principals", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list", "skipTest": false @@ -4106,7 +4106,7 @@ "id": "1359d5de-354b-4526-8fb2-ad5ec2a0f49a", "category": "Agents", "method": "GET", - "humanName": "Get agent identity blueprint principal", + "humanName": "get agent identity blueprint principal", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-get", "skipTest": false @@ -4115,7 +4115,7 @@ "id": "46edf0dd-e196-415b-9c41-c1fd3987f7b0", "category": "Agents", "method": "GET", - "humanName": "List agent identities", + "humanName": "list agent identities", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list", "skipTest": false @@ -4124,7 +4124,7 @@ "id": "c8fd74a5-10f3-43ff-a56d-445bbb598d5f", "category": "Agents", "method": "GET", - "humanName": "Get agent identity", + "humanName": "get agent identity", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-get", "skipTest": false @@ -4133,7 +4133,7 @@ "id": "cef7b606-dd9f-4a47-80b2-048f9c9b61ac", "category": "Agents", "method": "GET", - "humanName": "List agent ID users", + "humanName": "list agent ID users", "requestUrl": "/beta/users/microsoft.graph.agentUser", "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentuser-list", "skipTest": false From b609a73c7ca8575e1108289890d38a9275ca5615 Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Mon, 19 Jan 2026 19:29:22 +0300 Subject: [PATCH 4/4] Apply latest round of review feedback --- sample-queries/sample-queries.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 4aeb474b..84152306 100644 --- a/sample-queries/sample-queries.json +++ b/sample-queries/sample-queries.json @@ -4081,7 +4081,7 @@ "method": "GET", "humanName": "list agent identity blueprints", "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-list", "skipTest": false }, { @@ -4090,7 +4090,7 @@ "method": "GET", "humanName": "get agent identity blueprint", "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-get", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-get", "skipTest": false }, { @@ -4099,7 +4099,7 @@ "method": "GET", "humanName": "list agent identity blueprint principals", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-list", "skipTest": false }, { @@ -4108,7 +4108,7 @@ "method": "GET", "humanName": "get agent identity blueprint principal", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-get", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-get", "skipTest": false }, { @@ -4117,7 +4117,7 @@ "method": "GET", "humanName": "list agent identities", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-list", "skipTest": false }, { @@ -4126,7 +4126,7 @@ "method": "GET", "humanName": "get agent identity", "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-get", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-get", "skipTest": false }, { @@ -4135,7 +4135,7 @@ "method": "GET", "humanName": "list agent ID users", "requestUrl": "/beta/users/microsoft.graph.agentUser", - "docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentuser-list", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentuser-list", "skipTest": false } ]