platyPS
platyPS copied to clipboard
Write PowerShell External Help in Markdown
### Summary of the new feature / enhancement Copied from https://github.com/MicrosoftDocs/PowerShell-Docs/issues/2422 Especially with complex commands that have several parameter sets, it's important to have the parameter-set names shown above the...
# PR Summary Updated the schema as per the discussion ## PR Context
I ran PlatyPS v2 against PlatyPS v2. New-MarkdownHelp.md has the following related links section: ``` ## RELATED LINKS [] (https://go.microsoft.com/fwlink/?LinkID=2096483) ``` There are 2 problems 1. The link shown is...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...
Fix for Issue #566 (https://github.com/PowerShell/platyPS/issues/566)
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ###...
### Summary of the new feature / enhancement | Subject | Issue | Title | 2.0-Preview2 | 2.0-Preview3 | Build Improvements | Future-Consider | Future-Localization | | ------------------------- | -----...
### Notes from cmdlet design review We did a review with @JamesWTruher @BrucePay @jongeller @joeyaiello @SteveL-MSFT These items was not addressed in v0.4.0 release. I keeping them in a separate...
Steps to reproduce ------------------ The output is not expected when data type of property supports generic type. For instance, 1. https://github.com/Azure/azure-powershell/blob/8bcc63f038501a8e5f58e09e038d3742dd433a27/src/DataLakeAnalytics/DataLakeAnalytics/help/Set-AzDataLakeAnalyticsAccount.md We expect `System.Nullable` instead of `System.Nullable``1[System.Int32]` In addition, you...
Steps to reproduce ------------------ Given there is one existing PowerShell help markdown including below example. Please note its language identifier is `azurepowershell-interactive` ````markdown ```azurepowershell-interactive $rgName = "resourceGroupName" $vnet = Get-AzVirtualNetwork...