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
Function parameters are currently case sensitive. They should not be for ease of use:
eg, for DataLake/GetItems using a parameter defintion of filter[IsDirectory]=eq:false works, but capitalising the F in filter like Filter[IsDirectory]=eq:false is not valid, and the filter is not applied.
The text was updated successfully, but these errors were encountered:
Function parameters are currently case sensitive. They should not be for ease of use:
eg, for
DataLake/GetItems
using a parameter defintion offilter[IsDirectory]=eq:false
works, but capitalising the F in filter likeFilter[IsDirectory]=eq:false
is not valid, and the filter is not applied.The text was updated successfully, but these errors were encountered: