Describe the bug
Running az keyvault secret show -n <name> --vault-name <valuename> --query value returns nothing on mac.
_This works on windows._
To Reproduce
Run az keyvault secret show -n <name> --vault-name <valuename> --query value
Expected behavior
A clear and concise description of what you expected to happen.
Environment summary
Installed via Homebrew
Package Version:
azure-cli (2.0.42)
keyvault (2.2.0)
OS:
OSX 10.13.4
Terminal:
iTerm and default terminal
Additional context

If you omit --query does it work?
tried omitting --query. no results.
thanks for responding
Hello
It does work for me on mac
Running mojave and zsh shell (not bash)
az cli version 2.0.38

I do have a different question though... how can I get just the value data, without the "Result" prefix?
Thank you
Omer
Turns out I needed to add -o tsv and it got me what I needed 馃憤
Most helpful comment
Turns out I needed to add -o tsv and it got me what I needed 馃憤