Skip to content

Commit f653bff

Browse files
authored
Merge pull request #1009 from MicrosoftDocs/gary-fix-descriptions
Correct heading markup to make articles valid
2 parents fffb560 + 9e0c30b commit f653bff

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Adds a user to a SharePoint Embedded container with a specified role.
2222
Add-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Assigns a user to a defined role within a SharePoint Embedded container.
2828

@@ -48,7 +48,7 @@ Example 1 assigns the role of owner to user with User Principal Name "shras@cont
4848

4949
## PARAMETERS
5050

51-
-ContainerId
51+
### -ContainerId
5252

5353
> Applicable: SharePoint Online
5454
@@ -66,7 +66,7 @@ Accept pipeline input: False
6666
Accept wildcard characters: False
6767
```
6868
69-
-LoginName
69+
### -LoginName
7070
7171
> Applicable: SharePoint Online
7272
@@ -84,7 +84,7 @@ Accept pipeline input: False
8484
Accept wildcard characters: False
8585
```
8686
87-
-Role
87+
### -Role
8888
8989
> Applicable: SharePoint Online
9090
@@ -110,6 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### CommonParameters
113+
113114
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
114115
115116
## INPUTS
@@ -133,7 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
133134
[Set-SPOContainer](./Set-SPOContainer.md)
134135
135136
[Get-SPOContainer](./Get-SPOContainer.md)
136-
137-
138-
139-

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Removes a user from a specified role in a SharePoint Embedded container.
2222
Remove-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>]
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Removes a user from a defined role within a SharePoint Embedded container.
2828

@@ -46,7 +46,7 @@ Example 1 removes the user with User Principal Name "[email protected]" from the
4646

4747
## PARAMETERS
4848

49-
-ContainerId
49+
### -ContainerId
5050

5151
> Applicable: SharePoint Online
5252
@@ -64,7 +64,7 @@ Accept pipeline input: False
6464
Accept wildcard characters: False
6565
```
6666
67-
-LoginName
67+
### -LoginName
6868
6969
> Applicable: SharePoint Online
7070
@@ -82,7 +82,7 @@ Accept pipeline input: False
8282
Accept wildcard characters: False
8383
```
8484
85-
-Role
85+
### -Role
8686
8787
> Applicable: SharePoint Online
8888
@@ -108,6 +108,7 @@ Accept wildcard characters: False
108108
```
109109
110110
### CommonParameters
111+
111112
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
112113
113114
## INPUTS

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Reassigns a user from their current role to a new role within a SharePoint Embed
2222
Set-SPOContainerUser [-ContainerId] <String> -LoginName <String> -Role <String> [<CommonParameters>
2323
```
2424

25-
##DESCRIPTION
25+
## DESCRIPTION
2626

2727
Updates a user's assigned role within a SharePoint Embedded container.
2828

@@ -47,7 +47,7 @@ Example 1 reassigns the role of User Principal Name "[email protected]" to manag
4747

4848
## PARAMETERS
4949

50-
-ContainerId
50+
### -ContainerId
5151

5252
> Applicable: SharePoint Online
5353
@@ -65,7 +65,7 @@ Accept pipeline input: False
6565
Accept wildcard characters: False
6666
```
6767
68-
-LoginName
68+
### -LoginName
6969
7070
> Applicable: SharePoint Online
7171
@@ -83,7 +83,7 @@ Accept pipeline input: False
8383
Accept wildcard characters: False
8484
```
8585
86-
-Role
86+
### -Role
8787
8888
> Applicable: SharePoint Online
8989
@@ -109,6 +109,7 @@ Accept wildcard characters: False
109109
```
110110
111111
### CommonParameters
112+
112113
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
113114
114115
## INPUTS

0 commit comments

Comments
 (0)