Skip to content

Commit 42e594b

Browse files
committed
address comments
1 parent fca641c commit 42e594b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/PowerShell.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@
267267
"\tThe functionality that best describes this cmdlet",
268268
"\t#>",
269269
"\t[CmdletBinding(DefaultParameterSetName = 'Parameter Set 1',",
270-
"\t\tSupportsShouldProcess = \\$true,",
271-
"\t\tPositionalBinding = \\$false,",
272-
"\t\tHelpUri = 'http://www.microsoft.com/',",
270+
"\t\tSupportsShouldProcess,",
271+
"\t\tPositionalBinding",
272+
"\t\tHelpUri = 'http://yourwebsiteforhelp.here',",
273273
"\t\tConfirmImpact = 'Medium')]",
274274
"\t[Alias()]",
275275
"\t[OutputType([String])]",

0 commit comments

Comments
 (0)