I'm using Azure CLI to managed my VMs.
My VMs are created from a custom image. I forgot the name I was given to the image.
I created the image using az image create
Is there any way to list all my custom images name?
I tried using this command: az vm image list -o table -g myGroup
but i got an exception that resource group parameter is not valid