-
Notifications
You must be signed in to change notification settings - Fork 867
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
More File Storage Share operations #364
Comments
@stack72 this is mostly because we implemented only the parts we needed in other projects. Is your requirement just to make sure share exists or do you need other properties? |
Thanks for getting back to me on this. Ideally, I would be able to set the ACLs and Metadata on the share. So I think ideally, needing the full operations that are documented would be useful here Paul |
@stack72 hmm we have the similar methods in blob.go, porting them to file.go should not be a big deal. Would you be willing to send a PR? |
I've opened up a PR at #395 in which I ported most of the blob operations to file which I needed to create a terraform file share resource |
Closed via #395 |
hi,
According to the MSDN docs, there are many activities you can perform on a file share:
https://msdn.microsoft.com/en-us/library/azure/dn166997.aspx
the only actions available in the SDK are:
After I have created a share, how can i read the properties of a share / make sure that share exists on subsequent requests?
Thanks
Paul
The text was updated successfully, but these errors were encountered: