cli

0

Azure CLI: How to Supress Command Output

Update As of Azure CLI version 2.0.55 that was released on 01/15/2019, the --output param now supports none. So you can just use: az [command] --output none to suppress CLI output. You can review the