You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-AzResourceGroup - New example, and cleanup (#12828)
Added example on how to get resource groups based on tags, and removed duplicated examples. The two last examples has the same end result, but one piped the result into Where-Object which is not great based on basic PowerShell etiquette (Keep filtering to the left).
0 commit comments