dotnet / docker-tools

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

Remove dependency on Azure Fluent package #1259

Closed mthalman closed 5 months ago

mthalman commented 5 months ago

This removes Image Builder's dependency on Microsoft.Azure.Management.Fluent, which is marked as deprecated. The remaining code actually mainly had a dependency on a transitive dependency of Microsoft.Azure.Management.Fluent: Microsoft.Rest.ClientRuntime.

Fixes https://github.com/dotnet/docker-tools/issues/1123