diff --git a/sample-queries/sample-queries.json b/sample-queries/sample-queries.json index 4b1787f9..84152306 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": "a6fdd771-19df-4e31-a515-800d5707db86", + "category": "Agents", + "method": "GET", + "humanName": "list agent identity blueprints", + "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-list", + "skipTest": false + }, + { + "id": "646cd7b7-58f8-492e-b8d4-f54aab86628d", + "category": "Agents", + "method": "GET", + "humanName": "get agent identity blueprint", + "requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-get", + "skipTest": false + }, + { + "id": "62efe2d1-f889-4724-b370-59fcae5fbab1", + "category": "Agents", + "method": "GET", + "humanName": "list agent identity blueprint principals", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-list", + "skipTest": false + }, + { + "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://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-get", + "skipTest": false + }, + { + "id": "46edf0dd-e196-415b-9c41-c1fd3987f7b0", + "category": "Agents", + "method": "GET", + "humanName": "list agent identities", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-list", + "skipTest": false + }, + { + "id": "c8fd74a5-10f3-43ff-a56d-445bbb598d5f", + "category": "Agents", + "method": "GET", + "humanName": "get agent identity", + "requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-get", + "skipTest": false + }, + { + "id": "cef7b606-dd9f-4a47-80b2-048f9c9b61ac", + "category": "Agents", + "method": "GET", + "humanName": "list agent ID users", + "requestUrl": "/beta/users/microsoft.graph.agentUser", + "docLink": "https://learn.microsoft.com/en-us/graph/api/agentuser-list", + "skipTest": false } ] }