Azure / azqr

Azure Quick Review
https://azure.github.io/azqr
MIT License
526 stars 81 forks source link

Is there a way to disable costs. #256

Closed cablethief closed 2 months ago

cablethief commented 2 months ago

I see that there is a flag to enable costs where apparently the default is true already. Im wondering if this is a bug, or if there is some other way in a config or filter that I can disable cost scanning.

Thank you for the help

  -c, --costs                    Scan Azure Costs (default) (default true)
azqr version 2.0.0-preview.7
cmendible commented 2 months ago

You can set the -c=false flag to disable cost scanning.

cablethief commented 2 months ago

Amazing, thank you

cablethief commented 2 months ago

I did try with -c false, but was not persistent enough, I think. It is not immediately obvious, so it might make sense to up the verbosity of that flag, or make the default false.