Skip to content

Commit 9e44399

Browse files
committed
Fix format issues
1 parent 6302f13 commit 9e44399

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

sharepoint/sharepoint-server-ps/SharePointServer/Set-SPServerScaleOutDatabaseDataRange.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ schema: 2.0.0
1010
# Set-SPServerScaleOutDatabaseDataRange
1111

1212
## SYNOPSIS
13+
1314
Extends the range of a specified scale-out database.
1415

1516
## SYNTAX
@@ -21,11 +22,13 @@ Set-SPServerScaleOutDatabaseDataRange -Database <SPDatabasePipeBind> -IsUpperSub
2122
```
2223

2324
## DESCRIPTION
25+
2426
Use the Set-SPServerScaleOutDatabaseDataRange cmdlet to extend the range of a specified scale-out database in a specified direction.
2527

2628
## EXAMPLES
2729

2830
### EXAMPLE
31+
2932
```powershell
3033
$databases = Get-SPServerScaleOutDatabase -ServiceApplication $serviceApplication
3134
$database = $databases[0]
@@ -136,7 +139,7 @@ Accept wildcard characters: False
136139
Specifies the new start point or end point of the database.
137140
The maximum value is NULL.
138141
139-
``yaml
142+
```yaml
140143
Type: Byte[]
141144
Parameter Sets: (All)
142145
Aliases:

sharepoint/sharepoint-server-ps/SharePointServer/Update-SPRepopulateMicroblogFeedCache.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ Update-SPRepopulateMicroblogFeedCache [-AccountName <String>]
2424
[-SiteUrl <String>] [<CommonParameters>]
2525
```
2626

27-
### Default
28-
29-
```
30-
Update-SPRepopulateMicroblogFeedCache [-AccountName <String>]
31-
-ProfileServiceApplicationProxy <SPServiceApplicationProxyPipeBind>
32-
[-AssignmentCollection <SPAssignmentCollection>] [-SiteSubscription <SPSiteSubscriptionPipeBind>]
33-
[-SiteUrl <String>] [<CommonParameters>]
34-
```
35-
3627
### FollowableList
3728

3829
```

0 commit comments

Comments
 (0)