microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Table output appears limited to non-collection primitive types #110

Closed MIchaelMainer closed 2 years ago

MIchaelMainer commented 3 years ago

Describe the bug Table output doesn't display properties that are collections of primitive types and doesn't appear to show inherited properties, like id.

To Reproduce Steps to reproduce the behavior:

  1. mg users user list --select "Id, displayName, OfficeLocation, BusinessPhones" --orderby "displayName" --output table
  2. Table output only shows displayname and officelocation.

Expected behavior The table would contain all four selected properties.

Screenshots image

Additional context OrderBy works as expected.

AB#9377