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.
To support AzureStack, add tags to nuget definition to include latest service and api-version. Include automation to build a map (service, api-version) => package .This includes the following tasks:
[ ] Figure out how to extract service and api-version metadata from generated code for a library
[ ] Automatically update the tag in the library to match the correct service/api version
[ ] Communicate with AzureStack team to tag older packages containing the APIs they use for TP3
[ ] Create a central profile map defining the function (service, api-version) -> package name + version
[ ] Create automation to update this map when / after packages are published
Description
To support AzureStack, add tags to nuget definition to include latest service and api-version. Include automation to build a map (service, api-version) => package .This includes the following tasks:
Cost: 4