function Test-CustomSuppressMessage { [CmdletBinding()] [Diagnostics.CodeAnalysis.SuppressMessageAttribute('Alkami_Module_NoCommandWithRetry', '', Scope='Function', Justification="We can't wrap the internals because X")] [Diagnostics.CodeAnalysis.SuppressMessageAttribute('Alkami_Module_NoCommandWithRetry1', '', Scope='Function', Justification="We can't wrap the internals because X")] [Diagnostics.CodeAnalysis.SuppressMessageAttribute('Alkami_Module_NoCommandWithRetry2', '', Scope='Function', Justification="We can't wrap the internals because X")] param ( ) Write-Host "hmm, ok" }