From 75bc266f74b45ad08eb0e1991fce04f255429456 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 Oct 2021 05:26:37 -0400 Subject: [PATCH] Clarify doc for {destination,source}_address_prefix (#640) --- plugins/modules/azure_rm_securitygroup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/azure_rm_securitygroup.py b/plugins/modules/azure_rm_securitygroup.py index 4ad360e24..39be1841f 100644 --- a/plugins/modules/azure_rm_securitygroup.py +++ b/plugins/modules/azure_rm_securitygroup.py @@ -83,6 +83,7 @@ - Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used. - If this is an ingress rule, specifies where network traffic originates from. - It can accept string type or a list of string type. + - Asterisk C(*) and default tags can only be specified as single string type, not as a list of string. default: "*" destination_address_prefix: description: @@ -91,6 +92,7 @@ - Asterisk C(*) can also be used to match all source IPs. - Default tags such as C(VirtualNetwork), C(AzureLoadBalancer) and C(Internet) can also be used. - It can accept string type or a list of string type. + - Asterisk C(*) and default tags can only be specified as single string type, not as a list of string. default: "*" source_application_security_groups: description: