FileSystem Client Create Directory Doesn't Set Properties/Encryption Context #24010
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Storage
Storage Service (Queues, Blobs, Files)
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.The text was updated successfully, but these errors were encountered: