azure-cli: az webapp config connection-string list does not give values for non-JSON output
Command Name
az webapp config connection-string list
Errors:
Values are missing with non-JSON output (such as table
and tsv
)
To Reproduce:
az webapp config connection-string list --name {} --resource-group {} --output tsv
Expected Behavior
The output should be similar to az webapp config connection-string list --name {} --resource-group {} --output json
Environment Summary
Windows-10-10.0.17134-SP0
Python 3.6.6
Shell: cmd.exe
azure-cli 2.0.71 *
azure-cli-ml 1.0.6
Extensions:
azure-cli-ml 1.0.6
Additional Context
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (12 by maintainers)
Thanks! will check.