You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for raising this issue. The MSGraph API is built on OData and @odata.context is a standard part of response objects.
You can use the CLI's JMESPath support to perform transformations on the response from the server. JMESPath queries are provided by the --query option.
To get only the values array from the response, you can run:
mgc organization list --select "DisplayName, City, State, Country, PostalCode, BusinessPhones" --query values
Any command that is run utilizing
mgz
on a mac, the output always contains@odata.context
within the json response.Below is an example
I have also tried doing the following with the same results.
The docs don't really provide any information on how to get this removed
The text was updated successfully, but these errors were encountered: