Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
378 stars 193 forks source link

class SkuName is missing PremiumV3 #1240

Open jvano opened 3 years ago

jvano commented 3 years ago

For Windows Containers Web Apps on Azure App Service, the only supported SKU is PremiumV3 but it is not available in this SDK.

jvano commented 3 years ago

@weidongxu-microsoft

weidongxu-microsoft commented 3 years ago

V3 is added in 2020-12-01, which is not updated to SDK.

One can easily use SkuName.Parse("PremiumV3") to get it.

For .NET, the development focus has shifted to the next generation of Azure SDKs which follows the new SDK guideline and introduces a set of important new features. Those new packages are currently in preview state and we are actively working on making it production ready. You can visit this link here to see the latest .NET packages: https://devblogs.microsoft.com/azure-sdk/october-2020-management-ga/

We have also published a few blog posts on why we are doing this: https://devblogs.microsoft.com/azure-sdk/introducing-new-previews-for-azure-management-libraries/

With this background, .NET Fluent is currently in a low maintenance mode, and we mostly do security and bug fixes. It is subject to deprecation in the future when the new set of .NET packages become Generally Available (GA). Please let us know if there are further questions, thanks!

weidongxu-microsoft commented 3 years ago

Need upgrade to api-version 2020-12-01 or above.