Azure NSG Documenation missing some fields (#33330)

* Azure NSG Documenation missing some fields

* remove trailing spaces

* reslove code review feedback

* remove trailing space

* use `C()` instead of `''`
This commit is contained in:
ZhijunZhao 2017-12-05 08:22:03 +08:00 committed by Jordan Borean
parent 8506b7bfdc
commit d244307701

View file

@ -87,11 +87,17 @@ options:
default: "*"
source_address_prefix:
description:
- IP address or CIDR from which traffic originates.
- The CIDR or source IP range.
- Asterix 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.
- If this is an ingress rule, specifies where network traffic originates from.
default: "*"
destination_address_prefix:
description:
- IP address or CIDR to which traffic is headed.
- The destination address prefix.
- CIDR or destination IP range.
- Asterix 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.
default: "*"
access:
description: