An Azure service that is used to automate, configure, and install updates across hybrid environments.
Dear Uziel,
Thank you for reaching out to the Microsoft Q&A forum.
We can check all versions of an AVM Bicep module in quiet some ways.
If you are already looking at the GitHub repo, each module usually has a version.json and a CHANGELOG.md. For your case it will be:
Version file: https://github.com/Azure/bicep-registry-modules/blob/main/avm/res/resources/resource-group/version.json with just a version
Changelog: https://github.com/Azure/bicep-registry-modules/blob/main/avm/res/resources/resource-group/CHANGELOG.md (showing recent versions but not an extensive list) It also publishes each version of a module as a tag, giving us the option to browse all tags here: https://github.com/Azure/bicep-registry-modules/tags
A more friendly approach will be browsing the AVM documentation, locate the module (e.g., avm/res/resources/resource-group), and view available versions from there.
If you notice the page resolves to https://mcr.microsoft.com/v2/bicep/avm/res/resources/resource-group/tags/list
AVM modules are published to Microsoft Public Bicep Registry, and you can list all versions using, by browsing this url.
The same approach applies to other modules, for example: https://mcr.microsoft.com/v2/bicep/avm/res/storage/storage-account/tags/list
Let me know if this helps.
Regards,
Iheanacho Chukwu