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

How to set the access tier when creating a file share #58

Open
tharinduwijewardane opened this issue Nov 3, 2021 · 3 comments
Open

Comments

@tharinduwijewardane
Copy link

Which version of the SDK was used?

latest (v0.8.0)

Which platform are you using? (ex: Windows, Linux, Debian)

Mac

What problem was encountered?

There is no way to set the tier of the file share (x-ms-access-tier header) when creating a file share
REST API: https://docs.microsoft.com/en-us/rest/api/storageservices/create-share#request-headers

How can we reproduce the problem in the simplest way?

Try to create a file share with a specific access tier (TransactionOptimized, Hot, Cool)

Have you found a mitigation/solution?

No

@zezha-msft
Copy link
Contributor

Hi, unfortunately the SDK is currently targeting 2019-02-02, which is a bit behind from the 2019-12-12 that's required for that feature.

Is this an urgent need?

@tharinduwijewardane
Copy link
Author

By default it creates TransactionOptimized file shares. I am ok with that for now. But I appreciate if you can provide this feature.

@zezha-msft
Copy link
Contributor

@tharinduwijewardane thanks for the confirmation! We'll assess what we can do here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants