Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.17k stars 4.53k forks source link

[QUERY] Why is ShareAccessTier Premium missing from the .NET SDK #44530

Open digiofficerobin opened 3 weeks ago

digiofficerobin commented 3 weeks ago

Library name and version

Azure.Storage.Files.Shares 12.18

Query/Question

The REST API has 4 share access tiers, Premium, Hot, Cool and TransactionOptimized

https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?view=rest-storagerp-2023-01-01&tabs=HTTP#shareaccesstier

But the .NET SDK has only three tiers Cool, Hot and TransactionOptimized, thus Premium missing.

https://learn.microsoft.com/en-us/dotnet/api/azure.storage.files.shares.models.shareaccesstier?view=azure-dotnet

Why is Premium missing?

Environment

No response

github-actions[bot] commented 3 weeks ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

digiofficerobin commented 1 week ago

Hi, do you guys had time to look into this issue?