Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

az mesh volume list --output table [Table output unavailable] #191

Closed plooploops closed 6 years ago

plooploops commented 6 years ago

az mesh volume list is a workaround. image

belmaiastar commented 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 return [transform_volume(volume) for volume in result] File "/home/linggeng/.azure/devcliextensions/mesh/azext_mesh/commands.py", line 92, in transform_volume ('Provider', result['properties']['provider'])]) KeyError: 'properties'

wangcai0124-zz commented 6 years ago

This issue get fixed and it will be published while we release the next version of CLI.