Skip to content

Commit 0fe8784

Browse files
authored
Add an SPE What's New page (#10283)
* Add an SPE What's New page * Add SPE What's New page to the TOC * fixup! Add an SPE What's New page
1 parent d636369 commit 0fe8784

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/embedded/whats-new.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: What's new in SharePoint Embedded?
3+
description: Updates about Microsoft SharePoint Embedded.
4+
ms.date: 05/20/2025
5+
ms.localizationpriority: medium
6+
---
7+
8+
# What's new in SharePoint Embedded
9+
10+
## May 2025
11+
12+
- 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).
13+
- 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).
14+
- 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).
15+
- 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).

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@
554554
items:
555555
- name: Overview
556556
href: embedded/overview.md
557+
- name: What's New
558+
href: embedded/whats-new.md
557559
- name: Scenarios and Use Cases
558560
href: embedded/scenarios-and-use-cases.md
559561
- name: Getting Started

0 commit comments

Comments
 (0)