Azure – C# call to DataLakeDirectoryClient.CreateSubDirectoryAsync creating sub directory and zero byte file with same name
I'm not sure why, but calling this DataLakeDirectoryClient.CreateSubDirectoryAsync function creates a sub directory and a zero byte file of the same name. I only want it to create the sub directory. Note: I can see the zero byte file in…