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:
mg users user list --select "Id, displayName, OfficeLocation, BusinessPhones" --orderby "displayName" --output table
Table output only shows displayname and officelocation.
Expected behavior
The table would contain all four selected properties.
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:
mg users user list --select "Id, displayName, OfficeLocation, BusinessPhones" --orderby "displayName" --output table
Expected behavior The table would contain all four selected properties.
Screenshots
Additional context OrderBy works as expected.
AB#9377