Skip to content
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

Closed
stack72 opened this issue Jul 26, 2016 · 5 comments
Closed

More File Storage Share operations #364

stack72 opened this issue Jul 26, 2016 · 5 comments
Labels
help wanted This issue is tracking work for which community contributions would be welcomed and appreciated Previous Versions Work related to track1 and track1.5 SDKs Storage Storage Service (Queues, Blobs, Files)

Comments

@stack72
Copy link

stack72 commented Jul 26, 2016

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:

  • Create
  • CreateIfNotExists
  • Delete
  • DeleteIfExists

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

@ahmetb
Copy link
Contributor

ahmetb commented Jul 26, 2016

@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?

@ahmetb ahmetb added the Storage Storage Service (Queues, Blobs, Files) label Jul 26, 2016
@stack72
Copy link
Author

stack72 commented Jul 26, 2016

Hi @ahmetalpbalkan

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

@ahmetb
Copy link
Contributor

ahmetb commented Jul 26, 2016

@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?

@ahmetb ahmetb changed the title Storage FileShare Moore File Storage Share operations Jul 27, 2016
@ahmetb ahmetb changed the title Moore File Storage Share operations More File Storage Share operations Jul 27, 2016
@ahmetb ahmetb added enhancement help wanted This issue is tracking work for which community contributions would be welcomed and appreciated and removed enhancement labels Aug 26, 2016
@enieuw
Copy link
Contributor

enieuw commented Sep 6, 2016

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

@stack72
Copy link
Author

stack72 commented Oct 4, 2016

Closed via #395

@stack72 stack72 closed this as completed Oct 4, 2016
@RickWinter RickWinter added the Previous Versions Work related to track1 and track1.5 SDKs label Oct 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted This issue is tracking work for which community contributions would be welcomed and appreciated Previous Versions Work related to track1 and track1.5 SDKs Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

4 participants