d49240a619
* Fix nsg cannot add rule with purge_rules false (#43699) (cherry picked from commit88a738b0ba
) * Create azure_securitygroup_fix_adding_rule.yaml * azure_rm_loadbalancer_facts.py: list() takes at least 2 arguments fix (#29046) (#29050) (cherry picked from commitd1d08304f9
) * azure_rm_deployment: collect tags from existing Resource Group (#26104) (cherry picked from commit6741e98c04
) * add change log
5 lines
368 B
YAML
5 lines
368 B
YAML
---
|
|
bugfixes:
|
|
- fix azure security group cannot add rules when purge_rule set to false. (https://github.com/ansible/ansible/pull/43699)
|
|
- fix azure_rm_deployment collect tags from existing Resource Group. (https://github.com/ansible/ansible/pull/26104)
|
|
- fix azure_rm_loadbalancer_facts list takes at least 2 arguments. (https://github.com/ansible/ansible/pull/29050)
|