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.51k
stars
4.82k
forks
source link
Update generator version & rerecord tests for management projects #14543
To unpin remove <TemporaryUsePreviousGeneratorVersion>true</TemporaryUsePreviousGeneratorVersion>, run dotnet msbuild /t:GenerateCode and re-record tests.
Because the live test pipelines were unavailable at the time of https://github.com/Azure/azure-sdk-for-net/pull/14407 the following projects were pinned to an old C# generator version.
To unpin remove
<TemporaryUsePreviousGeneratorVersion>true</TemporaryUsePreviousGeneratorVersion>
, rundotnet msbuild /t:GenerateCode
and re-record tests.