Skip to content

Commit 43eecd2

Browse files
Merge pull request #28790 from microsoftgraph/main
Auto Publish – main to live - 2026-05-02 00:30 UTC
2 parents e1e1cd3 + 1fc956d commit 43eecd2

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

api-reference/beta/toc/agents/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ items:
186186
items:
187187
- name: List oauth2PermissionGrants
188188
href: ../../api/serviceprincipal-list-oauth2permissiongrants.md
189+
- name: Inherited permissions
190+
items:
191+
- name: List inherited app role assignments
192+
href: ../../api/agentidentity-list-inheritedapproleassignments.md
193+
- name: List inherited OAuth2 permission grants
194+
href: ../../api/agentidentity-list-inheritedoauth2permissiongrants.md
189195
- name: Deleted items
190196
items:
191197
- name: List

concepts/teams-messaging-overview.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following example shows the schema for an adaptive card attachment when the
7272

7373
> **Note:** Microsoft Graph only supports cards that have the **OpenUrl** action set. Other actions like **ShowCard** aren't supported. Microsoft Graph does allow messages posted by bots that have other actions in them to be read.
7474
75-
The following example shows the schema for a Loop component as two attachments.
75+
The following example shows the schema for a Loop component attachment.
7676

7777
```json
7878
"attachments": [
@@ -84,15 +84,6 @@ The following example shows the schema for a Loop component as two attachments.
8484
"name": null,
8585
"thumbnailUrl": null,
8686
"teamsAppId": "FluidEmbedCard"
87-
},
88-
{
89-
"id": "placeholderCard",
90-
"contentType": "application/vnd.microsoft.card.codesnippet",
91-
"contentUrl": null,
92-
"content": "{}",
93-
"name": null,
94-
"thumbnailUrl": null,
95-
"teamsAppId": "FLUID_PLACEHOLDER_CARD"
9687
}
9788
],
9889
```

0 commit comments

Comments
 (0)