You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/tenant-scoped-deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Tenant-scoped solution deployment for SharePoint Framework solutions
3
3
description: Configure your SharePoint Framework components to be immediately available across the tenant when the solution package is installed to the tenant app catalog.
4
-
ms.date: 10/26/2020
4
+
ms.date: 10/25/2021
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
---
@@ -18,9 +18,9 @@ You can also see the tenant-wide deployment option demonstrated by watching the
18
18
> [!NOTE]
19
19
> You have to update to the latest SharePoint Framework Yeoman template version to be able to use this capability. You can update your global installation by executing **npm install -g @microsoft/generator-sharepoint**.
20
20
>
21
-
> Tenant-wide deployment is not available for SharePoint 2016 Feature Pack 2 since it only supports SPFX 1.1, and this deployment option was released in version 1.4.
21
+
> Tenant-wide deployment is released in SPFx version 1.4 and can be used when developing webparts that will be deployed on SharePoint 2019 and SharePoint Online. This deployment option is not available for SharePoint 2016 Feature Pack 2 since it only supports SPFx 1.1.
22
22
>
23
-
> If you are utilizing a SPFX webpart older than 1.4 you can upgrade with instructions via the [CLI for Microsoft 365](https://aka.ms/o365cli)
23
+
> If you are utilizing a SPFx webpart older than 1.4 you can upgrade with instructions via the [CLI for Microsoft 365](https://aka.ms/o365cli)
0 commit comments