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
When we mount an HNS account using accoutType set to ADLS, by default the permissions are preserved for any file. When I create a file implicitly kernel calls a chmod operation. In datalake.go this results in a REST call to SetAccessControl API. As my auth does not have permissions to change the mode of a blob, this fails on the backend. I want a cli flag in azstorage which allows me to disable this functionlity of calling SetAccessControl in datalake.go.