Skip to content

Commit 1c79139

Browse files
Merge branch 'master' into pp/teams-user-config-samples
2 parents 4fb68c6 + 080b091 commit 1c79139

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

sample-queries/sample-queries.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,6 +4138,69 @@
41384138
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
41394139
"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",
41404140
"skipTest": false
4141+
},
4142+
{
4143+
"id": "a6fdd771-19df-4e31-a515-800d5707db86",
4144+
"category": "Agents",
4145+
"method": "GET",
4146+
"humanName": "list agent identity blueprints",
4147+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint",
4148+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-list",
4149+
"skipTest": false
4150+
},
4151+
{
4152+
"id": "646cd7b7-58f8-492e-b8d4-f54aab86628d",
4153+
"category": "Agents",
4154+
"method": "GET",
4155+
"humanName": "get agent identity blueprint",
4156+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}",
4157+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprint-get",
4158+
"skipTest": false
4159+
},
4160+
{
4161+
"id": "62efe2d1-f889-4724-b370-59fcae5fbab1",
4162+
"category": "Agents",
4163+
"method": "GET",
4164+
"humanName": "list agent identity blueprint principals",
4165+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal",
4166+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-list",
4167+
"skipTest": false
4168+
},
4169+
{
4170+
"id": "1359d5de-354b-4526-8fb2-ad5ec2a0f49a",
4171+
"category": "Agents",
4172+
"method": "GET",
4173+
"humanName": "get agent identity blueprint principal",
4174+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}",
4175+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentityblueprintprincipal-get",
4176+
"skipTest": false
4177+
},
4178+
{
4179+
"id": "46edf0dd-e196-415b-9c41-c1fd3987f7b0",
4180+
"category": "Agents",
4181+
"method": "GET",
4182+
"humanName": "list agent identities",
4183+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity",
4184+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-list",
4185+
"skipTest": false
4186+
},
4187+
{
4188+
"id": "c8fd74a5-10f3-43ff-a56d-445bbb598d5f",
4189+
"category": "Agents",
4190+
"method": "GET",
4191+
"humanName": "get agent identity",
4192+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}",
4193+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentidentity-get",
4194+
"skipTest": false
4195+
},
4196+
{
4197+
"id": "cef7b606-dd9f-4a47-80b2-048f9c9b61ac",
4198+
"category": "Agents",
4199+
"method": "GET",
4200+
"humanName": "list agent ID users",
4201+
"requestUrl": "/beta/users/microsoft.graph.agentUser",
4202+
"docLink": "https://learn.microsoft.com/en-us/graph/api/agentuser-list",
4203+
"skipTest": false
41414204
}
41424205
]
41434206
}

0 commit comments

Comments
 (0)