Skip to content

Commit 5258445

Browse files
authored
Update tenant-scoped-deployment.md
Clarification regarding feature availability across SharePoint versions in the first note box.
1 parent 79d5ebb commit 5258445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/tenant-scoped-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tenant-scoped solution deployment for SharePoint Framework solutions
33
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
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -18,9 +18,9 @@ You can also see the tenant-wide deployment option demonstrated by watching the
1818
> [!NOTE]
1919
> 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**.
2020
>
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.
2222
>
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)
2424
2525
## Solution-specific requirements
2626

0 commit comments

Comments
 (0)