Skip to content

Commit 84cdc00

Browse files
authored
Rename spe-da2.md back to spe-da.md (SharePoint#10320)
1 parent 0585e94 commit 84cdc00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/embedded/development/auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ There are two types of operations that aren't accessible via Microsoft Graph tod
6464

6565
- [Container type management](../getting-started/containertypes.md) on owning tenants, which are performed via PowerShell cmdlets.
6666
- [Container type registration](../getting-started/register-api-documentation.md) on consuming tenants, exposed via SharePoint REST API v2.
67-
- [SharePoint Embedded agent](./declarative-agent/spe-da2.md) exposed via SharePoint REST API v2 permissions.
67+
- [SharePoint Embedded agent](./declarative-agent/spe-da.md) exposed via SharePoint REST API v2 permissions.
6868

6969
To perform [container type management](../getting-started/containertypes.md) operations, you must be a [SharePoint Embedded Administrator](/entra/identity/role-based-access-control/permissions-reference#sharepoint-embedded-administrator) or [Global Administrator](/entra/identity/role-based-access-control/permissions-reference#global-administrator).
7070

@@ -77,7 +77,7 @@ To [register a container type](../getting-started/register-api-documentation.md)
7777
> [!NOTE]
7878
> Container type management on owning tenants and registration on consuming tenants will become Microsoft Graph operations soon, and this permission will no longer be needed. Stay tuned.
7979
80-
To use the [SharePoint Embedded agent](./declarative-agent/spe-da2.md) experience (in the Preview stage) in your application, you also need the `Container.Selected` permission on the `Office 365 SharePoint Online` resource.
80+
To use the [SharePoint Embedded agent](./declarative-agent/spe-da.md) experience (in the Preview stage) in your application, you also need the `Container.Selected` permission on the `Office 365 SharePoint Online` resource.
8181

8282
#### Operations involving searching SharePoint Embedded content
8383

docs/embedded/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ms.localizationpriority: medium
1414
## May 2025
1515

1616
- 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).
17-
- 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).
17+
- 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-da.md).
1818
- 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).
1919
- 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
- name: SharePoint Embedded agent ( Private Preview )
628628
items:
629629
- name: SharePoint Embedded agent Overview
630-
href: embedded/development/declarative-agent/spe-da2.md
630+
href: embedded/development/declarative-agent/spe-da.md
631631
- name: SharePoint Embedded agent Tutorial
632632
href: embedded/development/tutorials/spe-da-vscode.md
633633
- name: SharePoint Embedded agent Advanced Topics

0 commit comments

Comments
 (0)