We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca641c commit 42e594bCopy full SHA for 42e594b
snippets/PowerShell.json
@@ -267,9 +267,9 @@
267
"\tThe functionality that best describes this cmdlet",
268
"\t#>",
269
"\t[CmdletBinding(DefaultParameterSetName = 'Parameter Set 1',",
270
- "\t\tSupportsShouldProcess = \\$true,",
271
- "\t\tPositionalBinding = \\$false,",
272
- "\t\tHelpUri = 'http://www.microsoft.com/',",
+ "\t\tSupportsShouldProcess,",
+ "\t\tPositionalBinding",
+ "\t\tHelpUri = 'http://yourwebsiteforhelp.here',",
273
"\t\tConfirmImpact = 'Medium')]",
274
"\t[Alias()]",
275
"\t[OutputType([String])]",
0 commit comments