File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22description : Use SupportsShouldProcess
33ms.custom : PSSA v1.21.0
4- ms.date : 10/18/2021
4+ ms.date : 12/06/2022
55ms.topic : reference
66title : UseSupportsShouldProcess
77---
@@ -13,7 +13,7 @@ title: UseSupportsShouldProcess
1313
1414This rule discourages manual declaration of ` WhatIf ` and ` Confirm ` parameters in a function/cmdlet.
1515These parameters are, however, provided automatically when a function declares a ` CmdletBinding `
16- attribute with ` SupportsShouldProcess ` as its named argument. Using ` SupportsShouldProcess ` no only
16+ attribute with ` SupportsShouldProcess ` as its named argument. Using ` SupportsShouldProcess ` not only
1717provides these parameters but also some generic functionality that allows the function/cmdlet
1818authors to provide the desired interactive experience while using the cmdlet.
1919
You can’t perform that action at this time.
0 commit comments