Open
Description
Bug Report
https://github.com/Azure/azure-sdk-for-go/blob/sdk/storage/azdatalake/v1.3.0/sdk/storage/azdatalake/filesystem/client.go#L386
The create directory requests above don't have parity with the path API: https://learn.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/create?view=rest-storageservices-datalakestoragegen2-2019-12-12
When creating a directory, we can't specific the user properties (which get converted to the x-ms-meta
headers now) or the encryption context.