Skip to content

Commit a54fc02

Browse files
authored
Merge branch 'master' into master
2 parents d49050b + 32d2b69 commit a54fc02

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ms.reviewer:
1515
## SYNOPSIS
1616

1717
Associates a hub site to a hub site.
18+
Note: This feature is currently in preview and may not be available in your tenant.
1819

1920
## SYNTAX
2021

@@ -31,19 +32,19 @@ Use this cmdlet to associate a hub site to a hub site.
3132
### Example 1
3233

3334
```powershell
34-
Add-SPOHubToHubAssociation -Source https://contoso.sharepoint.com/sites/Research -Target https://contoso.sharepoint.com/sites/ResearchAndDevelopment
35+
Add-SPOHubToHubAssociation -Source 7b6fd3a3-b029-4eb0-8e00-ba4a3949807d -Target 43a36572-37ec-45c3-9058-061a2db4cd26
3536
```
3637

37-
This example associates the source hub site 'Research' with the target hub site 'ResearchAndDevelopment'.
38+
This example associates the source hub site with the HubSiteId 7b6fd3a3-b029-4eb0-8e00-ba4a3949807d with the target hub site with the HubSiteId 43a36572-37ec-45c3-9058-061a2db4cd26.
3839

3940
## PARAMETERS
4041

4142
### -Source
4243

43-
Source Hub site to be associated with the Target Hub Site.
44+
HubSiteId of the Source Hub site to be associated with the Target Hub Site.
4445

4546
```yaml
46-
Type: SpoSitePipeBind
47+
Type: SpoHubSitePipeBind
4748
Parameter Sets: (All)
4849
Aliases:
4950
Applicable: SharePoint Online
@@ -56,10 +57,10 @@ Accept wildcard characters: False
5657
5758
### -Target
5859
59-
Target Hub to associate the source Hub to.
60+
HubSiteId of the Target Hub to associate the source Hub to.
6061
6162
```yaml
62-
Type: SpoSitePipeBind
63+
Type: SpoHubSitePipeBind
6364
Parameter Sets: (All)
6465
Aliases:
6566
Applicable: SharePoint Online

teams/teams-ps/teams/Add-TeamUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-TeamUser -GroupId <String> -User <String> [-Role <String>] [<CommonParameter
2222
This cmdlet adds an owner or member to the team, and to the unified group which backs the team.
2323

2424
> [!Note]
25-
> The command will return immediately, but the Teams application will not reflect the update immediately. The Teams application may need to be open for up to several hours before changes are reflected.
25+
> The command will return immediately, but the Teams application will not reflect the update immediately. The change can take between 24 and 48 hours to appear within the Teams client.
2626
2727
## EXAMPLES
2828

0 commit comments

Comments
 (0)