Closed plooploops closed 6 years ago
@abhishekram The table parsing is broken:
Traceback (most recent call last):
File "/home/linggeng/depot/azure-cli/env/lib/python3.5/site-packages/knack/output.py", line 56, in format_table
result = obj.table_transformer(result)
File "/home/linggeng/.azure/devcliextensions/mesh/azext_mesh/commands.py", line 97, in transform_volume_list
return [transform_volume(volume) for volume in result]
File "/home/linggeng/.azure/devcliextensions/mesh/azext_mesh/commands.py", line 97, in
This issue get fixed and it will be published while we release the next version of CLI.
az mesh volume list is a workaround.