From a2398a7fe8c8db489dae97b2d5aac34eeaeb4a04 Mon Sep 17 00:00:00 2001 From: Scott Harwell Date: Thu, 25 Aug 2022 07:32:46 -0400 Subject: [PATCH] Correct firewall action examples --- plugins/modules/azure_rm_azurefirewall.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/modules/azure_rm_azurefirewall.py b/plugins/modules/azure_rm_azurefirewall.py index 2ed1ae20a..099fb57fc 100644 --- a/plugins/modules/azure_rm_azurefirewall.py +++ b/plugins/modules/azure_rm_azurefirewall.py @@ -238,8 +238,7 @@ key1: value1 application_rule_collections: - priority: 110 - action: - type: deny + action: deny rules: - name: rule1 description: Deny inbound rule @@ -254,8 +253,7 @@ name: apprulecoll nat_rule_collections: - priority: 112 - action: - type: dnat + action: dnat rules: - name: DNAT-HTTPS-traffic description: D-NAT all outbound web traffic for inspection @@ -272,8 +270,7 @@ name: natrulecoll network_rule_collections: - priority: 112 - action: - type: deny + action: deny rules: - name: L4-traffic description: Block traffic based on source IPs and ports