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
Description of problem
I am trying with Graph SDK but also GraphExplorer to filter applications by the "Description" property. Based on the documentation (https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http#application-properties) this field is supported while trying to use this filter I get the error "Unsupported or invalid query filter clause specified for property 'description' of resource 'Application'.".
In both of the following cases, I receive the same error:
Expected behavior
The field is supported as stated in the documentation.
Please feel free to upvote/provide feedback with regards to this at https://aka.ms/graphFeedback so that the API owners can look into prioritizing this.
We'll close this one for now as this is not actionable from the SDK side.
Description of problem
I am trying with Graph SDK but also GraphExplorer to filter applications by the "Description" property. Based on the documentation (https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http#application-properties) this field is supported while trying to use this filter I get the error "Unsupported or invalid query filter clause specified for property 'description' of resource 'Application'.".
In both of the following cases, I receive the same error:
Expected behavior
The field is supported as stated in the documentation.
How to reproduce
Use url in GraphExplorer:
https://graph.microsoft.com/v1.0/applications?$filter=(description+eq+'1234')&$count=true
with header ConsistencyLevel=eventual
or use code:
SDK Version
5.56.0
The text was updated successfully, but these errors were encountered: