Skip to content

Commit 63c965a

Browse files
authored
Merge branch 'master' into patch-10
2 parents e726f2f + 70224a4 commit 63c965a

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Set-SPOHubSite [-Identity] <SpoHubSitePipeBind>
1717
[-Title <string>]
1818
[-LogoUrl <string>]
1919
[-Description <string>]
20+
[-SiteDesignId <guid>]
21+
[-RequiresJoinApproval <bool>]
2022
[<CommonParameters>]
2123
```
2224

@@ -107,3 +109,37 @@ Default value: None
107109
Accept pipeline input: False
108110
Accept wildcard characters: False
109111
```
112+
113+
### -SiteDesignId
114+
115+
A description of the hub site.
116+
117+
```yaml
118+
Type: String
119+
Parameter Sets: (All)
120+
Aliases:
121+
Applicable: SharePoint Online
122+
123+
Required: False
124+
Position: Named
125+
Default value: None
126+
Accept pipeline input: False
127+
Accept wildcard characters: False
128+
```
129+
130+
### -RequiresJoinApproval
131+
132+
A description of the hub site.
133+
134+
```yaml
135+
Type: Boolean
136+
Parameter Sets: (All)
137+
Aliases:
138+
Applicable: SharePoint Online
139+
140+
Required: False
141+
Position: Named
142+
Default value: None
143+
Accept pipeline input: False
144+
Accept wildcard characters: False
145+
```

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
```
211211
212212
### -DisabledWebpartIds
213-
This parameter is used for eanbling disabled web parts that use third-party service (Amazon Kindle, YouTube, Twitter). The GUIDs that can be used are 46698648-fcd5-41fc-9526-c7f7b2ace919 (Amazon Kindle), 544dd15b-cf3c-441b-96da-004d5a8cea1d (YouTube), f6fdf4f8-4a24-437b-a127-32e66a5dd9b4 (Twitter).
213+
This parameter is used for enabling disabled web parts that use third-party service (Amazon Kindle, YouTube, Twitter). The GUIDs that can be used are 46698648-fcd5-41fc-9526-c7f7b2ace919 (Amazon Kindle), 544dd15b-cf3c-441b-96da-004d5a8cea1d (YouTube), f6fdf4f8-4a24-437b-a127-32e66a5dd9b4 (Twitter).
214214
215215
The Set-SPOTenant cmdlet is used for disabling these web parts with third-party services.
216216

0 commit comments

Comments
 (0)