Update Azure Verified Modules in Bicep Files Update Bicep file to use latest Azure Verified Module (AVM) versions. Limit progress updates to non-breaking changes. Don't output information other than the final output table and summary. Process 1. Scan : Extract AVM modules and current versions from 1. Identify : List all unique AVM modules used by matching using tool 1. Check : Use tool to get latest version of each AVM module from MCR: 1. Compare : Parse semantic versions to identify AVM modules needing update 1. Review : For breaking changes, use tool to get docs from: 1. Update : Apply vers…