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
46
46
[ YamlIgnore ]
47
47
public bool VariableLength { get ; set ; }
48
48
public bool SupportsWildcards { get ; set ; }
49
-
50
- [ YamlIgnore ]
51
49
public List < string > ParameterValue { get ; set ; }
52
50
public List < string > Aliases { get ; set ; }
53
51
public List < ParameterSetV2 > ParameterSets { get ; set ; }
Original file line number Diff line number Diff line change @@ -202,10 +202,6 @@ Describe "Export-MarkdownCommandHelp" {
202
202
param ($number )
203
203
$ch.Parameters [$number ] -eq $ch2.Parameters [$number ] | Should - Be $true
204
204
}
205
-
206
- It " Parameter yaml block should not have parameterValue" {
207
- Get-Content " ${outputFolder} /Get-Date.md" | Should -Not -Match " parameterValue"
208
- }
209
205
}
210
206
211
207
Context " File Content - Input/Output" {
You can’t perform that action at this time.
0 commit comments