Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Applies to: All
July 2026
- You can use the MCP server to build apps with a coding agent. The open-source SharePoint Embedded MCP server npm package (
@microsoft/spe-mcp) lets MCP-compatible AI clients—such as GitHub Copilot in Visual Studio Code or the CLI, Claude, or Cursor—provision and manage SharePoint Embedded applications through natural language.
June 2026
- fileStorageContainerType has a new
urlTemplatesetting. For more information on what theurlTemplatesetting does, see Create and configure a container type. - The
FileStorageContainerType.Manage.AllMicrosoft Graph permission no longer requires the SharePoint Embedded Administrator or Global Administrator role. Any non-guest user in the owning tenant can create a container type and is automatically assigned as an owner of that container type.
May 2026
- fileStorageContainerType operations now emit audit logs for
ContainerTypeCreated,ContainerTypeDeleted,ContainerTypeUpdated, andContainerTypeOwnersUpdated. For more information, see Audit events. - fileStorageContainer supports bulk creation and update of
permissionsusing delta patch. For more information, see Upsert permissions. - Clarified the authorization model for administrative actions on containers. For more information, see Handle operations not exposed through Graph.
March 2026
- SharePoint Embedded agent SDK has been deprecated in favor of the new SharePoint Embedded knowledge source in Microsoft Foundry.
- fileStorageContainerType resource has a new
permissionsrelationship that allows management of the container type's owners. This is available in the beta Microsoft Graph endpoint. For more information, see Manage container type owners. - fileStorageContainer resource has a new
informationBarrierproperty that allows management of the container's information barrier. This is available in the beta Microsoft Graph endpoint. For more information, see Information Barriers. - The SharePoint Embedded native PDF viewing experience now supports searching within the file, viewing comments and sticky notes embedded on the file, and printing. The new features are now available through the driveItem: preview API in both the beta and v1.0 Microsoft Graph endpoints.
February 2026
- SharePoint Embedded connector for Power Platform is now generally available.
- SharePoint Embedded is now available in Microsoft 365 operated by 21Vianet for customers in China. For more information, see Microsoft Graph national cloud deployments.
- SharePoint Embedded migration APIs now support migrating file version history.
January 2026
- fileStorageContainer APIs to list columns, create column, update column, and delete column are now available in the v1.0 Microsoft Graph endpoint.
December 2025
- fileStorageContainerType APIs are now available in the v1.0 Microsoft Graph endpoint.
- fileStorageContainerTypeRegistration APIs are now available in the v1.0 Microsoft Graph endpoint.
November 2025
- SharePoint Embedded is now available in Microsoft 365 GCC (not yet GCC High or DoD) for US Government customers. For more information, see Microsoft Graph national cloud deployments.
- SharePoint Embedded migration APIs are now available in the v1.0 Microsoft Graph endpoint.
October 2025
- recycleBinItem: restore supports
driveItemIdas an alternate key to enable restoring arecycleBinItemif the ID of the originaldriveItemis known. - Microsoft 365 Archive is previewing support for SharePoint Embedded to a limited number of customers. You can sign up for the private preview today.
September 2025
- SharePoint Embedded migration APIs are now available in the beta Microsoft Graph endpoint.
- driveItem: invite has clearer documentation on restrictions for the root item of drives in OneDrive for home, and inviting new guests by using app-only access.
- driveItem: copy has clearer documentation on behaviors around metadata, versions, cross-geo operations, and known issues.
- New cmdlets for consuming tenant administrators to add, remove, or change container membership were added to the SharePoint Embedded Containers Management Shell.
August 2025
- fileStorageContainerType APIs are now available in the beta Microsoft Graph endpoint.
- fileStorageContainerTypeRegistration APIs are now available in the beta Microsoft Graph endpoint.
July 2025
- driveItem: copy now supports the
childrenOnlyandincludeAllVersionHistoryrequest parameters in the v1.0 Microsoft Graph endpoint.
May 2025
- The limit of container types that a partner tenant can create has been increased to 25 by default. For more information, see Limits and Calling Patterns.
- SharePoint Embedded agent switched to a consumption-based model for all users regardless of whether they have a Copilot license or not. For more information, see SharePoint Embedded agent.
- The guidance on how to grant admin consent to a SharePoint Embedded application has been updated to use URL-based admin consent. For more information, see Grant admin consent.
- Documented an exceptional access pattern for operations that may require a user license. For more information, see Handle operations not exposed through Graph.