File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Set-SPOHubSite [-Identity] <SpoHubSitePipeBind>
17
17
[-Title <string>]
18
18
[-LogoUrl <string>]
19
19
[-Description <string>]
20
+ [-SiteDesignId <guid>]
21
+ [-RequiresJoinApproval <bool>]
20
22
[<CommonParameters>]
21
23
```
22
24
@@ -107,3 +109,37 @@ Default value: None
107
109
Accept pipeline input : False
108
110
Accept wildcard characters : False
109
111
` ` `
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
+ ` ` `
You can’t perform that action at this time.
0 commit comments