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
In my head this may actually be a service/workload issue. $filter should be functionally equivalent to filter in odata 4.0 so using either shouldn't have different behavior. Specifying both in the openApi description would lead to larger openApi description and larger SDKs generated.
OData 4.01 services support case-insensitive query parameters (without the
$
prefix) e.g.filter
,expand
etc - https://learn.microsoft.com/en-us/odata/concepts/queryoptions-overview#system-query-optionsThis should be reflected in the OpenAPI descriptions.
Here's an SDK customer scenario impacted by this.
The text was updated successfully, but these errors were encountered: