Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.22 KB

CHANGELOG.rst

File metadata and controls

53 lines (39 loc) · 2.22 KB

Cloud.Azure_Ops Release Notes

This is release 3.0.0 of cloud.azure_ops, released on 2024-04-23.

Breaking changes to role variable names which are now role_prefix based.

  • Add argument_specs.yaml to validate the role variables.
  • Rename roles variables using role_name_ as prefix (#48).
  • Update README.md and meta/runtime.yml to reflect our ansible core testing versions.
  • Fix syntax in roles/azure_manage_networking_stack/README.md
  • Update README.md with proper variable names in example
  • Update playbooks that include credentials to be able to be used with Automation Controller (not just the command line). #47
  • Update playbooks/roles/scale_virtual_machine/tasks/main.yml to use correct operation variable
  • Update roles/azure_manage_security_group/tasks/main.yml to use correct operation variable
  • Update roles/azure_virtual_machine_with_public_ip/tasks/main.yml to use correct prefix vars
  • Use correct variables in roles/azure_manage_networking_stack/tasks/create.yml
  • fix variable names in roles/azure_load_balancer_with_public_ip/tasks/delete.yml
  • fix variable names in roles/azure_manage_security_group/tasks/delete.yml
  • fix variable names in roles/azure_manage_security_group/tasks/remove_rules.yml
  • playbooks/webapp_container.yml
  • roles/azure_manage_resource_group - Ensure the correct variable name is used for the operation.
  • roles/azure_manage_security_group: Change azure_manage_security_group_region to be optional, as it not required when the Resource Group is already exists.
  • roles/azure_manage_security_group: Fix purge_rules and rules_to_remove indentation in the arguments spec
  • roles/azure_virtual_machine_with_public_ip - Ensure the correct variables names are defined inside defaults.
  • the collection has been renamed to cloud.azure_ops (#38).