Closed mthalman closed 6 months ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
/azp run docker-tools-imagebuilder-pr
/azp run docker-tools-eng-validation-pr
This migrates the "Import Image" logic from the deprecated Azure Fluent API to the modern Azure.ResourceManager.ContainerRegistry package.
This affects the functionality of the
copyAcrImages
andcopyBaseImages
commands. I've tested both of those commands with these changes and they're both working.Overall, it's a pretty straightforward 1:1 migration. Just a new API to adjust to.