From 712dd4fd4305f2b9689bc4c616d0c26acf0d03da Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:32:21 -0700 Subject: [PATCH 1/2] Add space between "##" and "DESCRIPTION" Without a space between the heading identifier and the heading, the build system doesn't recognize the section --- .../Add-SPOContainerUser.md | 2 +- .../Remove-SPOContainerUser.md | 2 +- .../Set-SPOContainerUser.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md index af42b3e51..a5f8a5369 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md @@ -22,7 +22,7 @@ Adds a user to a SharePoint Embedded container with a specified role. Add-SPOContainerUser [-ContainerId] -LoginName -Role [] ``` -##DESCRIPTION +## DESCRIPTION Assigns a user to a defined role within a SharePoint Embedded container. diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md index f6eedf0df..f13cc2d18 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md @@ -22,7 +22,7 @@ Removes a user from a specified role in a SharePoint Embedded container. Remove-SPOContainerUser [-ContainerId] -LoginName -Role [] ``` -##DESCRIPTION +## DESCRIPTION Removes a user from a defined role within a SharePoint Embedded container. diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md index 38f20a76b..7d180284a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md @@ -22,7 +22,7 @@ Reassigns a user from their current role to a new role within a SharePoint Embed Set-SPOContainerUser [-ContainerId] -LoginName -Role [ ``` -##DESCRIPTION +## DESCRIPTION Updates a user's assigned role within a SharePoint Embedded container. From 9e0c30be0f1c13c1b096aa956f5d552a74265ee3 Mon Sep 17 00:00:00 2001 From: Gary Moore <5432776+garycentric@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:43:10 -0700 Subject: [PATCH 2/2] Add heading markup to parameter names --- .../Add-SPOContainerUser.md | 11 ++++------- .../Remove-SPOContainerUser.md | 7 ++++--- .../Set-SPOContainerUser.md | 7 ++++--- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md index a5f8a5369..2346cdc82 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md @@ -48,7 +48,7 @@ Example 1 assigns the role of owner to user with User Principal Name "shras@cont ## PARAMETERS --ContainerId +### -ContainerId > Applicable: SharePoint Online @@ -66,7 +66,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --LoginName +### -LoginName > Applicable: SharePoint Online @@ -84,7 +84,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --Role +### -Role > Applicable: SharePoint Online @@ -110,6 +110,7 @@ Accept wildcard characters: False ``` ### CommonParameters + 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). ## INPUTS @@ -133,7 +134,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Set-SPOContainer](./Set-SPOContainer.md) [Get-SPOContainer](./Get-SPOContainer.md) - - - - diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md index f13cc2d18..5c1cb1789 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerUser.md @@ -46,7 +46,7 @@ Example 1 removes the user with User Principal Name "shras@contoso.com" from the ## PARAMETERS --ContainerId +### -ContainerId > Applicable: SharePoint Online @@ -64,7 +64,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --LoginName +### -LoginName > Applicable: SharePoint Online @@ -82,7 +82,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --Role +### -Role > Applicable: SharePoint Online @@ -108,6 +108,7 @@ Accept wildcard characters: False ``` ### CommonParameters + 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). ## INPUTS diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md index 7d180284a..8e8901603 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOContainerUser.md @@ -47,7 +47,7 @@ Example 1 reassigns the role of User Principal Name "shras@contoso.com" to manag ## PARAMETERS --ContainerId +### -ContainerId > Applicable: SharePoint Online @@ -65,7 +65,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --LoginName +### -LoginName > Applicable: SharePoint Online @@ -83,7 +83,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` --Role +### -Role > Applicable: SharePoint Online @@ -109,6 +109,7 @@ Accept wildcard characters: False ``` ### CommonParameters + 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). ## INPUTS