platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

Write PowerShell External Help in Markdown

Results 132 platyPS issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

Area-Schema
Issue-Enhancement

# 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...

Area-MAML

### 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. ###...

platyps-0.14.2
Needs-Retest

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. ###...

Area-Comment-Based-Help

### Summary of the new feature / enhancement | Subject | Issue | Title | 2.0-Preview2 | 2.0-Preview3 | Build Improvements | Future-Consider | Future-Localization | | ------------------------- | -----...

Issue-Enhancement

### 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...

Area-Performance

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...

Area-MarkdownWriter
Issue-Enhancement

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...

Area-UpdateMarkdown
Needs-Retest