Skip to content

Commit edb0904

Browse files
committed
Removing preview notes on hub site cmdlets in SPO side
1 parent c90e16a commit edb0904

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOHubSiteAssociation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Add-SPOHubSiteAssociation [-Site] <SpoSitePipeBind> `
2121
## DESCRIPTION
2222
Use this cmdlet to associate a site with a hub site.
2323

24-
> [!IMPORTANT]
25-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
26-
2724
## EXAMPLES
2825

2926
### Example 1

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHubSite.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Get-SPOHubSite [-Identity] <SpoHubSitePipeBind>
2020
## DESCRIPTION
2121
Lists all hub sites found on the SharePoint tenant. If you provide **-Identity** the cmdlet returns detailed information about the specific hub. You can find which hub a site is associated with by providing the site's identity with this cmdlet.
2222

23-
> [!IMPORTANT]
24-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
25-
2623
If the hub site doesn’t exist, this cmdlet returns a “File not found” error.
2724

2825
## EXAMPLES

sharepoint/sharepoint-ps/sharepoint-online/Grant-SPOHubSiteRights.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Applies permissions to a set of users or mail-enabled security groups. Use this
2222

2323
To view which users or groups have permissions to a site, use the [Get-SPOHubSite](Get-SPOHubSite.md) cmdlet.
2424

25-
> [!IMPORTANT]
26-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
27-
2825
## EXAMPLES
2926

3027
### Example 1

sharepoint/sharepoint-ps/sharepoint-online/Register-SPOHubSite.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ Register-SPOHubSite
2424
Use this cmdlet to register an existing site collection as a hub site.
2525

2626
> [!IMPORTANT]
27-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
28-
29-
> [!IMPORTANT]
30-
> A maximum of 50 hub sites may be created per tenant.
27+
> A maximum of 100 hub sites may be created per tenant, with 'unlimited' number of site collections associated to a hub site.
3128
3229
## EXAMPLES
3330

sharepoint/sharepoint-ps/sharepoint-online/Revoke-SPOHubSiteRights.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Revoke-SPOHubSiteRights [-Identity] <SpoHubSitePipeBind> -Principals
2020
## DESCRIPTION
2121
Revokes rights for specified principals to the given hub site. The specified principals will no longer be able to associate sites with the hub. To find which principals have access to a hub site, use the [Get-SPOHubSite](Get-SPOHubSite.md) cmdlet.
2222

23-
> [!IMPORTANT]
24-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
25-
2623
If the hub site doesn’t exist, this cmdlet returns a “File not found” error.
2724

2825
## EXAMPLES

sharepoint/sharepoint-ps/sharepoint-online/Unregister-SPOHubSite.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Unregister-SPOHubSite [-Identity] <SpoHubSitePipeBind>
2121
## DESCRIPTION
2222
Disables the hub site feature on a site so that it is no longer a hub site. Associated sites may still appear associated for up to an hour. If you want to speed up the process, use the Remove-SPOHubSiteAssociation cmdlet to remove the associates sites first.
2323

24-
> [!IMPORTANT]
25-
> This cmdlet is currently in preview and is subject to change. It is not currently supported for use in production environments.
26-
2724
If the site doesn’t exist, this cmdlet returns a “File not found” error.
2825

2926
## EXAMPLES

0 commit comments

Comments
 (0)