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.37k stars 4.79k forks source link

[FEATURE REQ] Come up with a new CodeCheck check that verifies if the updated stable package contains any preview operations #34687

Open ArcturusZhang opened 1 year ago

ArcturusZhang commented 1 year ago

Library name

Azure.ResourceManager.*

Please describe the feature.

We need a new CodeCheck check to find out if a stable package (with a stable version like 1.1.0) contains any operations with a preview api-version (for instance 2023-03-01-preview) to avoid accidentally release any preview operations from preview swaggers into a stable package.

m-nash commented 1 year ago

This should include following links in autorest.md and following links in typespec-location.yaml