Skip to content

Commit 5109e16

Browse files
authored
Merge branch 'master' into patch-339
2 parents df78fc2 + a41d6c9 commit 5109e16

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Set-SPOSiteDesign
2525
[-WebTemplate <string>]
2626
[-SiteScripts <SPOSiteScriptPipeBind[]>]
2727
[-Description <string>]
28+
[-ThumbnailUrl <string>]
2829
[-PreviewImageUrl <string>]
2930
[-PreviewImageAltText <string>]
3031
[-IsDefault]
@@ -43,6 +44,7 @@ Set-SPOSiteDesign `
4344
-Title "Contoso customer tracking - version 2" `
4445
-WebTemplate "68" `
4546
-Description "Updated site design for list schema that tracks key customer data in a list" `
47+
-ThumbnailUrl "https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png" `
4648
-PreviewImageUrl "https://contoso.sharepoint.com/SiteAssets/site-preview.png" `
4749
-PreviewImageAltText "site preview - version 2"
4850
```
@@ -133,6 +135,22 @@ Accept pipeline input: False
133135
Accept wildcard characters: False
134136
```
135137
138+
### -ThumbnailUrl
139+
140+
The URL of a thumbnail image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 300 pixels.
141+
142+
```yaml
143+
Type: String
144+
Parameter Sets: (All)
145+
Aliases:
146+
Applicable: SharePoint Online
147+
Required: False
148+
Position: Named
149+
Default value: None
150+
Accept pipeline input: False
151+
Accept wildcard characters: False
152+
```
153+
136154
### -PreviewImageUrl
137155
138156
The URL of a preview image. If none is specified, SharePoint uses a generic image.

sharepoint/sharepoint-ps/sharepoint-server/Set-SPUsageDefinition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Accept wildcard characters: False
153153
```
154154

155155
### -MaxTotalSizeInBytes
156+
This parameter stores the maximum SQL storage size for the data of this provider.
157+
156158
```yaml
157159
Type: Int64
158160
Parameter Sets: (All)
@@ -184,7 +186,7 @@ Accept wildcard characters: False
184186
```
185187

186188
### -UsageDatabaseEnabled
187-
{{Fill UsageDatabaseEnabled Description}}
189+
Set to export usage data from the local server to the Usage database.
188190

189191
```yaml
190192
Type: SwitchParameter

0 commit comments

Comments
 (0)