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.