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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Data Lake Store Gen2 is general available since ~2 weeks. There is no new resource or something like that but a flag that enables this for a normal storage account. In ARM templates this property is called isHnsEnabled (defines wether this storage account has a hierarchical namespace), is of type boolean and is set to false per default. I tried to implement it by myself but it didn't work out as expected. I found out that i had to upgrade the currently used golang lib for the storage account from 2017-10-01 to either 2018-02-01 or 2018-07-01. Both upgrades led to some issues that i was not capable of resolving myself.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Apr 28, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Description
Data Lake Store Gen2 is general available since ~2 weeks. There is no new resource or something like that but a flag that enables this for a normal storage account. In ARM templates this property is called
isHnsEnabled
(defines wether this storage account has a hierarchical namespace), is of typeboolean
and is set to false per default. I tried to implement it by myself but it didn't work out as expected. I found out that i had to upgrade the currently used golang lib for the storage account from2017-10-01
to either2018-02-01
or2018-07-01
. Both upgrades led to some issues that i was not capable of resolving myself.New or Affected Resource(s)
Potential Terraform Configuration
I'd propose something like this:
References
The text was updated successfully, but these errors were encountered: