-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to "create filesystem in Azure Data Lake Storage Gen2" #4244
Comments
upstream issue: tombuildsstuff/giovanni#10 |
Should be enabled by tombuildsstuff/giovanni#14 |
Hello Tom,
I have subscribed to the other issue. By any chance, is it possible to let
me know when this feature be merged. I see a PR created with the change
implemented.
Thanks for your help.
…On Wed, Sep 11, 2019, 06:49 Tom Harvey ***@***.***> wrote:
hi @svangeti <https://github.com/svangeti>
Thanks for opening this issue :)
Taking a look through this appears to be a duplicate of #3319
<#3319>
- rather than having multiple issues open tracking the same thing I'm going
to close this issue in favour of that one; would you mind subscribing to
#3319
<#3319>
for updates?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4244>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFNO4KOZPWIFFGYLJGPLEE3QJDEMJANCNFSM4ITVLIVA>
.
|
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
There is no terraform resource currently available to "create filesystem in Azure Data lake storage gen2"
New or Affected Resource(s)
Potential Terraform Configuration
accountName | The Azure Storage account name.
dnsSuffix | The DNS suffix for the Azure Data Lake Storage endpoint.
filesystem|The filesystem identifier. The value must start and end with a letter or number and must contain only letters, numbers, and the dash (-) character. Consecutive dashes are not permitted. All letters must be lowercase. The value must have between 3 and 63 characters.Regex pattern: ^$a-z0-9[-a-z0-9]{1,61}[a-z0-9]$
resource |The value must be "filesystem" for all filesystem operations.
timeout |An optional operation timeout value in seconds. The period begins when the request is received by the service. If the timeout value elapses before the operation completes, the operation fails.
References
https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/filesystem
The text was updated successfully, but these errors were encountered: