File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
reference/docs-conceptual/PSScriptAnalyzer/Rules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description : Use SupportsShouldProcess
3
3
ms.custom : PSSA v1.21.0
4
- ms.date : 10/18/2021
4
+ ms.date : 12/06/2022
5
5
ms.topic : reference
6
6
title : UseSupportsShouldProcess
7
7
---
@@ -13,7 +13,7 @@ title: UseSupportsShouldProcess
13
13
14
14
This rule discourages manual declaration of ` WhatIf ` and ` Confirm ` parameters in a function/cmdlet.
15
15
These 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
17
17
provides these parameters but also some generic functionality that allows the function/cmdlet
18
18
authors to provide the desired interactive experience while using the cmdlet.
19
19
You can’t perform that action at this time.
0 commit comments