From d2443077011c98919eed07f78ea8c24a7701b037 Mon Sep 17 00:00:00 2001 From: ZhijunZhao Date: Tue, 5 Dec 2017 08:22:03 +0800 Subject: [PATCH] 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 `''` --- .../modules/cloud/azure/azure_rm_securitygroup.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py index 9a4653f59f..b6008ef5e5 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_securitygroup.py @@ -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: