I have Azure container registry, My use case is through java code
I want to get all the repos of azure container registry instance. From each repo I need the list of all container images Want to push the container images and pull the container images from the repo.
Can you please help ne what java SDK, I need to use. How can i authenticate through java code to connect azure container registry. Also i have service principle account - how can I use this in java