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 9e59cdc commit 0ee196eCopy full SHA for 0ee196e
1 file changed
PSFramework/functions/utility/Remove-PSFAlias.ps1
@@ -30,6 +30,7 @@
30
31
Removes the default alias 'select'
32
#>
33
+ [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseShouldProcessForStateChangingFunctions", "")]
34
[CmdletBinding()]
35
param (
36
[Parameter(ValueFromPipeline = $true, ValueFromPipelineByPropertyName = $true, Mandatory = $true)]
0 commit comments