azlin batch update¶
Update development tools on multiple VMs.
Synopsis¶
Examples¶
# Update all VMs
azlin batch update "*"
# Update VMs matching pattern
azlin batch update "prod-*"
# Update specific VMs
azlin batch update "vm1,vm2,vm3"
What Gets Updated¶
- Azure CLI
- GitHub CLI
- Docker
- Node.js
- Python
- Rust
- Golang
- .NET
- System packages
Related Commands¶
- azlin update - Update single VM
- azlin batch command - Execute custom commands