From 3e9dfc178c4c9c6362cdc4868c7ae9c1f1cd51a3 Mon Sep 17 00:00:00 2001 From: Diego Luces Date: Mon, 23 Jun 2025 13:49:05 -0700 Subject: [PATCH] Add June 2025 what's new stub for SPE --- docs/embedded/whats-new.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/embedded/whats-new.md b/docs/embedded/whats-new.md index d6e55644d..95afb99e2 100644 --- a/docs/embedded/whats-new.md +++ b/docs/embedded/whats-new.md @@ -1,12 +1,16 @@ --- title: What's new in SharePoint Embedded? description: Updates about Microsoft SharePoint Embedded. -ms.date: 05/20/2025 +ms.date: 06/23/2025 ms.localizationpriority: medium --- # What's new in SharePoint Embedded +## June 2025 + +- The `CopilotEmbeddedChatHosts` container type setting is now required to use [SharePoint Embedded agent](./development/declarative-agent/spe-da-adv.md#csp-policies). It must be set by the application owner via [`Set-SPOContainerTypeConfiguration`](/powershell/module/sharepoint-online/set-spocontainertypeconfiguration) and can optionally be overridden by consuming tenant administrators via [`Set-SPOApplication`](/powershell/module/SharePoint-online/set-spoapplication). + ## May 2025 - The limit of container types that a partner tenant can create has been increased to 25 by default. See [Limits and Calling Patterns](./development/limits-calling.md#size-limits).