Update Avm Modules In Bicep
This skill automatically updates Azure Virtual Machine (AVM) modules defined within Bicep templates, streamlining infrastructure deployments and ensuring consistent configurations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add update-avm-modules-in-bicep npx -- -y @trustedskills/update-avm-modules-in-bicep
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"update-avm-modules-in-bicep": {
"command": "npx",
"args": [
"-y",
"@trustedskills/update-avm-modules-in-bicep"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of updating Azure Virtual Machine (AVM) modules within BICEP templates. It ensures that module references in BICEP files are aligned with the latest versions available, improving consistency and reducing potential deployment errors.
When to use it
- You need to keep your BICEP templates up-to-date with the latest AVM module versions.
- You're preparing for a deployment and want to ensure all dependencies are current.
- Your team is maintaining multiple BICEP files that reference AVM modules.
- You're automating infrastructure-as-code workflows and want to integrate version updates seamlessly.
Key capabilities
- Automatically identifies outdated AVM module versions in BICEP templates.
- Updates module references to the latest available versions.
- Ensures compatibility with current Azure resource management practices.
Example prompts
- "Update all AVM modules in my BICEP file to their latest versions."
- "Check and update any deprecated AVM module references in this project."
- "Ensure that the 'Microsoft.Compute/virtualMachines' module is using the most recent version."
Tips & gotchas
- Ensure your BICEP files are properly formatted before running updates.
- Review changes after updating to confirm they align with your deployment requirements, as newer versions may introduce breaking changes.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.