Closed sdwheeler closed 1 month ago
Steps
# Convert v1 cmdlets to v2 $mdfiles = Measure-PlatyPSMarkdown -Path .\v1\CimCmdlets\*.md $mdfiles | Where-Object Filetype -match 'CommandHelp' | Import-MarkdownCommandHelp -Path {$_.FilePath} | Export-MarkdownCommandHelp -OutputFolder . # Update v2 cmdlets $mdfiles = Measure-PlatyPSMarkdown -Path .\v2\CimCmdlets\*.md $mdfiles | Where-Object Filetype -match 'CommandHelp' | Update-MarkdownCommandHelp -Path {$_.FilePath} # Compare New-CimSession.md to New-CimSession.md.bak # AcceptedValues for the -Authentication parameter should be the same
# Compare New-CimSession.md to New-CimSession.md.bak ***** .\V2\CIMCMDLETS\New-CimSession.md 160: DontShow: false 161: AcceptedValues: [] 162: HelpMessage: '' ***** .\V2\CIMCMDLETS\NEW-CIMSESSION.MD.BAK 164: DontShow: false 165: AcceptedValues: 166: - Default 167: - Digest 168: - Negotiate 169: - Basic 170: - Kerberos 171: - NtlmDomain 172: - CredSsp 173: HelpMessage: '' *****
n/a
OPS12 build
No response
Fixed in OPS13
Prerequisites
Steps to reproduce
Steps
Expected behavior
Actual behavior
Error details
Environment data
Visuals
No response