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 fd9be49 commit 499d3ffCopy full SHA for 499d3ff
ModuleFast.psm1
@@ -2142,9 +2142,11 @@ filter ConvertFrom-ModuleManifest {
2142
}
2143
return $moduleFastInfo
2144
2145
-
2146
#Fixes an issue where ShouldProcess will not respect ConfirmPreference if -Debug is specified
+
2147
2148
function Approve-Action {
2149
+ [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSShouldProcess", '', Scope='Function')]
2150
param(
2151
[ValidateNotNullOrEmpty()][string]$Target,
2152
[ValidateNotNullOrEmpty()][string]$Action,
0 commit comments