windows-powershell-docs icon indicating copy to clipboard operation
windows-powershell-docs copied to clipboard

Removed repeated text, minor formatting correction

Open isjwuk opened this issue 3 years ago • 2 comments

Removed repeated text and fixed bullet points

isjwuk avatar Apr 26 '22 08:04 isjwuk

Docs Build status updates of commit 1b39f8c:

:white_check_mark: Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/remoteaccess/Install-RemoteAccess.md :white_check_mark:Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

opbld32 avatar Apr 26 '22 08:04 opbld32

Hello @isjwuk Chris Thanks for your contribution! Actually, the markdown generator for this file (PlatyPS) is inserting two blocks of yaml per parameter set because different "required" property on each parameter set (vpnType is required if used if vpn parameter set)

The edit that is required is merging both blocks into one using for example

Parameter Sets: Vpn, MultiTenant

get-itips avatar Aug 16 '22 11:08 get-itips