mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
* Migrate Azure module to azure.azcollection Replace deprecated azure_rm_deployment module with FQCN: - azure_rm_deployment → azure.azcollection.azure_rm_deployment Changes: - Add azure.azcollection (>=3.0.0) to requirements.yml - Update roles/cloud-azure/tasks/main.yml to use FQCN No parameter changes needed - the collection module supports all existing parameters via aliases (deployment_name, resource_group_name, client_id, secret, tenant, subscription_id). Closes #14904 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix trailing comma in Azure deployment template Remove invalid trailing comma in outputs section (line 222). This was a pre-existing JSON syntax error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
19 lines
418 B
YAML
19 lines
418 B
YAML
---
|
|
collections:
|
|
- name: ansible.posix
|
|
version: "==2.1.0"
|
|
- name: ansible.utils
|
|
version: ">=4.0.0"
|
|
- name: community.general
|
|
version: "==11.1.0"
|
|
- name: community.crypto
|
|
version: "==3.0.3"
|
|
- name: openstack.cloud
|
|
version: "==2.4.1"
|
|
- name: linode.cloud
|
|
version: ">=0.41.0"
|
|
- name: community.digitalocean
|
|
version: ">=1.26.0"
|
|
- name: azure.azcollection
|
|
version: ">=3.0.0"
|