We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest (v0.8.0)
Mac
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
x-ms-access-tier
Try to create a file share with a specific access tier (TransactionOptimized, Hot, Cool)
No
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
By default it creates TransactionOptimized file shares. I am ok with that for now. But I appreciate if you can provide this feature.
TransactionOptimized
@tharinduwijewardane thanks for the confirmation! We'll assess what we can do here.
No branches or pull requests
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 shareREST 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
The text was updated successfully, but these errors were encountered: