the PSUseApprovedVerbs rule should have a RuleSuppressionID so that it might be suppressed for specific function names, e.g.:
[Diagnostics.CodeAnalysis.SuppressMessage('PSUseApprovedVerbs', 'Deploy-Something', justification='This verb was added in PowerShell 6')]
the
PSUseApprovedVerbsrule should have aRuleSuppressionIDso that it might be suppressed for specific function names, e.g.: