Steps to reproduce ------------------ ```PowerShell function Build-MyThing { Write-Host 'Building thing.' } ``` Expected behavior ----------------- nothing Actual behavior --------------- warning: 'The cmdlet Build-MyThing uses unapproved verb' Notes ---------------- [Build ](https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands?view=powershell-5.1#lifecycle-verbs ) is listed as an approved verb