Skip to content

Commit f10b33c

Browse files
authored
Apply suggestion from @MSFT-Andrea
1 parent 9b02388 commit f10b33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/includes/change-notifications-supported-resources-expanded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ An app can subscribe to changes on the Microsoft Graph resources listed in the t
2020
> |---|---|---|
2121
> | Cloud printing [printer][] | Changes when a print job is ready to be downloaded (jobFetchable event): `/print/printers/{id}/jobs` | - |
2222
> | Cloud printing [printTaskDefinition][] | Changes when there's a valid job in the queue (jobStarted event): `/print/printtaskdefinition/{id}/tasks` | - |
23-
> | Copilot [aiInteraction][] | Copilot AI interactions that a particular user is part of: `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br><br> Copilot AI interactions in an organization: `copilot/interactionHistory/getAllEnterpriseInteractions` | Maximum subscription quotas: <ul><li> Per app and tenant combination (for subscriptions tracking AI interactions across a tenant): 1</li> <li> Per app and user combination (for subscriptions tracking AI interactions a particular user is part of): 1</li> <li> Per user (for subscriptions tracking AI interactions a particular user is part of): 10 subscriptions.</li> <li> Per organization: 10,000 total subscriptions.</li></ul> |
2423
> | Copilot [aiInsights][] | Copilot AI insights from meetings that a particular user is part of: `/copilot/users/{userId}/onlineMeetings/getAllAiInsights` <br><br> Copilot AI insights for a particular meeting: `/copilot/users/{userId}/onlineMeetings/{onlineMeetingId}/aiInsights` | Maximum subscription quotas for AI insights across all meetings for a user: <ul><li>Per app and user combination: 1</li><li>Per user (delegated): 10</li><li>Per organization: 10,000 total subscriptions.</li></ul><br><br>Maximum subscription quotas for AI insights of a specific meeting: <ul><li>Per app and user + meeting combination: 1</li><li>Per user and meeting combination (delegated): 1</li><li>Per organization: 10,000 total subscriptions (shared)</li></ul> |
24+
> | Copilot [aiInteraction][] | Copilot AI interactions that a particular user is part of: `copilot/users/{userId}/interactionHistory/getAllEnterpriseInteractions` <br><br> Copilot AI interactions in an organization: `copilot/interactionHistory/getAllEnterpriseInteractions` | Maximum subscription quotas: <ul><li> Per app and tenant combination (for subscriptions tracking AI interactions across a tenant): 1</li> <li> Per app and user combination (for subscriptions tracking AI interactions a particular user is part of): 1</li> <li> Per user (for subscriptions tracking AI interactions a particular user is part of): 10 subscriptions.</li> <li> Per organization: 10,000 total subscriptions.</li></ul> |
2525
> | [driveItem][] on OneDrive (personal) | Changes to content within the hierarchy of _any folder_: `/users/{id}/drive/root` | - |
2626
> | [driveItem][] on OneDrive for work or school | Changes to content within the hierarchy of the _root folder_: `/drives/{id}/root` , `/users/{id}/drive/root` | - |
2727
> | [group][] | Changes to all groups: `/groups` <br><br> Changes to a specific group: `/groups/{id}` <br><br> Changes to owners of a specific group: `/groups/{id}/owners` <br><br> Changes to members of a specific group: `/groups/{id}/members` | Maximum subscription quotas: <ul><li> Per app (for all tenants combined): 50,000 total subscriptions.</li> <li> Per tenant (for all applications combined): 1,000 total subscriptions across all apps.</li> <li> Per app and tenant combination: 100 total subscriptions.</li></ul><br/><br/>Not supported for Azure AD B2C tenants.<br/><br/>**NOTE:** Creation and soft-deletion of groups also trigger the `updated` **changeType**. |

0 commit comments

Comments
 (0)