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

Missing query parameter support #112

Closed MIchaelMainer closed 2 years ago

MIchaelMainer commented 3 years ago

Describe the bug $top, $search, $count, $skip, $format not supported. Perhaps there is a way to set arbitrary query parameters that I haven't found. If these are supported, then let's consider this a doc bug.

Note that filter is supported, there is special syntax for that.

AB#9405

jobala commented 3 years ago

We'll have to investigate OData query parameters but users can achieve this using JMESPath query language. Tagging this as enhancement becuase it's not a bug.