I wish Microsoft Teams would let you paste in Markdown text into a message and it'd automatically convert/render it #microsoftteams
Writing an #Azure wrapper function in #PowerShell and I'm surprised I've not used this approach before:
Get-AzADApplication -Filter "$($PsCmdlet.ParameterSetName) eq '$($PSBoundParameters[$PsCmdlet.ParameterSetName])'"