From 0bd134b4d3e96f00e8f2fc766cfb6d5983a05fe4 Mon Sep 17 00:00:00 2001 From: Diego Luces Date: Wed, 21 May 2025 14:29:46 -0700 Subject: [PATCH 1/3] Add an SPE What's New page --- docs/embedded/whats-new.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/embedded/whats-new.md diff --git a/docs/embedded/whats-new.md b/docs/embedded/whats-new.md new file mode 100644 index 0000000000..c61c408cf1 --- /dev/null +++ b/docs/embedded/whats-new.md @@ -0,0 +1,15 @@ +--- +title: What's new in SharePoint Embedded? +description: Updates about Microsoft SharePoint Embedded. +ms.date: 05/20/2025 +ms.localizationpriority: medium +--- + +# What's new in SharePoint Embedded + +## 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). +- SharePoint Embedded agent switched to a consumption-based model for all users regardless of whether they have a Copilot license or not. See [SharePoint Embedded agent](./development/declarative-agent/spe-da2.md). +- The guidance on how to grant admin consent to a SharePoint Embedded application has been update to use URL-based admin consent. See [Authentication and authorization](./development/auth.md#whats-next). +- Documented an exceptional access pattern for operations that may require a user license. See [Authentication and authorization](./development/auth.md#operations-that-require-a-user-license). From d0895bc6652cd027c78f285ee6636d22cc18da9e Mon Sep 17 00:00:00 2001 From: Diego Luces Date: Wed, 21 May 2025 14:31:18 -0700 Subject: [PATCH 2/3] Add SPE What's New page to the TOC --- docs/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/toc.yml b/docs/toc.yml index 9e1d007fb9..a3c89289f6 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -554,6 +554,8 @@ items: - name: Overview href: embedded/overview.md + - name: What's New + href: embedded/whats-new.md - name: Scenarios and Use Cases href: embedded/scenarios-and-use-cases.md - name: Getting Started From f3b6cabe0ed15b3279c4fd699e6a1f94dd63573e Mon Sep 17 00:00:00 2001 From: Diego Luces Date: Tue, 3 Jun 2025 09:32:24 -0700 Subject: [PATCH 3/3] fixup! Add an SPE What's New page --- docs/embedded/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/embedded/whats-new.md b/docs/embedded/whats-new.md index c61c408cf1..d6e55644d6 100644 --- a/docs/embedded/whats-new.md +++ b/docs/embedded/whats-new.md @@ -11,5 +11,5 @@ ms.localizationpriority: medium - 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). - SharePoint Embedded agent switched to a consumption-based model for all users regardless of whether they have a Copilot license or not. See [SharePoint Embedded agent](./development/declarative-agent/spe-da2.md). -- The guidance on how to grant admin consent to a SharePoint Embedded application has been update to use URL-based admin consent. See [Authentication and authorization](./development/auth.md#whats-next). +- The guidance on how to grant admin consent to a SharePoint Embedded application has been updated to use URL-based admin consent. See [Authentication and authorization](./development/auth.md#whats-next). - Documented an exceptional access pattern for operations that may require a user license. See [Authentication and authorization](./development/auth.md#operations-that-require-a-user-license).