File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ public class ParameterMetadataV2
4646 [ YamlIgnore ]
4747 public bool VariableLength { get ; set ; }
4848 public bool SupportsWildcards { get ; set ; }
49-
50- [ YamlIgnore ]
5149 public List < string > ParameterValue { get ; set ; }
5250 public List < string > Aliases { get ; set ; }
5351 public List < ParameterSetV2 > ParameterSets { get ; set ; }
Original file line number Diff line number Diff line change @@ -202,10 +202,6 @@ Describe "Export-MarkdownCommandHelp" {
202202 param ($number )
203203 $ch.Parameters [$number ] -eq $ch2.Parameters [$number ] | Should - Be $true
204204 }
205-
206- It " Parameter yaml block should not have parameterValue" {
207- Get-Content " ${outputFolder} /Get-Date.md" | Should -Not -Match " parameterValue"
208- }
209205 }
210206
211207 Context " File Content - Input/Output" {
You can’t perform that action at this time.
0 commit comments