Skip to content

Commit

Permalink
Clarify doc for {destination,source}_address_prefix (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbr23 authored Oct 19, 2021
1 parent 7565651 commit 75bc266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/azure_rm_securitygroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 75bc266

Please sign in to comment.