Skip to content

Commit 3e14c13

Browse files
authored
Update EnableNotificationsSubscriptions documentation
Clarified the description of the EnableNotificationsSubscriptions setting, emphasizing its opt-in nature and the requirement for third-party solutions to manage webhook subscriptions.
1 parent 9dc2328 commit 3e14c13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
128128
[-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>] [-PrebuiltModelScope <SyntexFeatureScopeValue>]
129129
[-PrebuiltModelSelectedSitesList <String[]>]
130130
[-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
131-
[-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]
131+
[-DocumentTranslationScope <SyntexFeatureScopeValue>] [-DocumentTranslationSelectedSitesList <String[]>]...manage [webhook](/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) solutions...
132132
[-DocumentTranslationSelectedSitesListOperation <SelectedSitesListOperations>]
133133
[-AutofillColumnsScope <SyntexFeatureScopeValue>] [-AutofillColumnsSelectedSitesList <String[]>]
134134
[-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -2971,10 +2971,7 @@ Accept wildcard characters: False
29712971

29722972
> Applicable: SharePoint Online
29732973

2974-
Enable or disable writing SharePoint News and Announcement notifications to a hidden list (NewsNotificationList) in each user's My Site. This setting is an opt-in for SharePoint Online to emit notification data. Third-party solutions must create and manage webhook subscriptions to receive change notifications and then read the list to process new entries for triggering their own notifications for the user. Notificaitons for Likes and comments on News posts are not in scope for this setting.
2975-
[Documentation](https://learn.microsoft.com/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) for SharePoint list web hooks.
2976-
[Documentation](https://learn.microsoft.com/viva/connections/viva-connections-news-notifications#when-notifications-are-sent-via-microsoft-teams) for SharePoint news notifications.
2977-
[Documentation](https://learn.microsoft.com/viva/connections/announcements-viva-connections) for Announcements.
2974+
This is an opt-in setting that enables or disables writing SharePoint News and Announcement notification data to a list (NewsNotificationList) in each user’s My Site. When enabled, SharePoint Online emits notification events to this list. Third-party solutions must create and manage [webhook](/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) solutions to receive change notifications and then read the list to process new entries for triggering their own notifications for the user. This applies to [SharePoint News Notifications](viva/connections/viva-connections-news-notifications#when-notifications-are-sent-via-microsoft-teams) and Viva Connections [Annoucenments](viva/connections/announcements-viva-connections).
29782975

29792976
PARAMVALUE: True | False
29802977

0 commit comments

Comments
 (0)