summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-11-01 08:59:43 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-11-01 08:59:43 -0700
commitfd477a9c2550834e8cbd690b2eaea75af362a8d8 (patch)
tree9577c2d6105288769347a751ff2bdc2303418201
parent0faa72e8c4b1d3c397ce366ac6a9b4dfc19981e2 (diff)
downloadansible-fd477a9c2550834e8cbd690b2eaea75af362a8d8.tar.gz
Add azure_rm_acs check mode fix
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b0ac9da9f..f042fc9c93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -106,6 +106,9 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/32262 and https://github.com/ansible/ansible/pull/32411)
* Fix for max_fail_percentage being inaccurate:
(https://github.com/ansible/ansible/issues/32255)
+* Fix check mode when deleting ACS instance in azure_rm_acs module:
+ (https://github.com/ansible/ansible/pull/32063)
+
<a id="2.4.1"></a>