Skip to content

Commit f4d438b

Browse files
authored
Merge branch 'master' into patch-9
2 parents e889af7 + 6d33e20 commit f4d438b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
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+
```

0 commit comments

Comments
 (0)