Skip to content

[Output Formats] Default Table Format Doesn't Work/Works Poorly With Storage Module #800

Description

The default table format does not work at all with the data plane list commands in the storage module because they all return results in the following format:

{
  "items": [
     {...},
     {...}
  ],
  "nextMarker": ""
}

Even if they were to work, the fact that the default table format only extracts top-level properties would result in only displaying a name.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

P1Storageaz storagebugThis issue requires a change to an existing behavior in the product in order to be resolved.

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions