File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
HelpUri = 'http://www.microsoft.com/',
22
22
ConfirmImpact='Medium')]
23
23
[Alias()]
24
- [OutputType([String ])]
24
+ [OutputType([string ])]
25
25
Param
26
26
(
27
27
# Param1 help description
50
50
[Parameter(ParameterSetName='Another Parameter Set')]
51
51
[ValidatePattern("[a-z]*")]
52
52
[ValidateLength(0,15)]
53
- [String ]
53
+ [string ]
54
54
$Param3
55
55
)
56
56
@@ -79,7 +79,7 @@ Correct:
79
79
HelpUri = 'http://www.microsoft.com/',
80
80
ConfirmImpact='Medium')]
81
81
[Alias()]
82
- [OutputType([String ])]
82
+ [OutputType([string ])]
83
83
Param
84
84
(
85
85
# Param1 help description
@@ -110,7 +110,7 @@ Correct:
110
110
[Parameter(ParameterSetName='Another Parameter Set')]
111
111
[ValidatePattern("[a-z]*")]
112
112
[ValidateLength(0,15)]
113
- [String ]
113
+ [string ]
114
114
$Param3,
115
115
[bool]
116
116
$Force
You can’t perform that action at this time.
0 commit comments