dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Microsoft.Azure.Management.Fluent package is deprecated #1123

Closed mthalman closed 6 months ago

mthalman commented 1 year ago

Image Builder has a dependency on Microsoft.Azure.Management.Fluent which is marked as deprecated. The deprecation notice indicates that Azure.ResourceManager be used as an alternative and they have a migration guide at https://aka.ms/dotnet/t2/migration. This has shown up in the component governance report.

mthalman commented 1 year ago

The work for https://github.com/dotnet/docker-tools/issues/1176 should be done before this work.