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.
Function parameters are currently case sensitive. They should not be for ease of use:
eg, for
DataLake/GetItemsusing a parameter defintion offilter[IsDirectory]=eq:falseworks, but capitalising the F in filter likeFilter[IsDirectory]=eq:falseis not valid, and the filter is not applied.