mirror of https://github.com/ansible/ansible.git
Azure module bugfix backport (#43808)
* Fix nsg cannot add rule with purge_rules false (#43699) (cherry picked from commitpull/44093/merge88a738b0ba
) * 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
parent
c2aadff306
commit
d49240a619
@ -0,0 +1,5 @@
|
||||
---
|
||||
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)
|
Loading…
Reference in New Issue