Skip to content

Commit 4ad4e0e

Browse files
Grammar correction (Azure#15535)
Added '.' to lines 116 and 270. Brings in line with grammar for https://github.com/Azure/azure-powershell/blob/main/src/Network/Network/help/Add-AzNetworkSecurityRuleConfig.md line 275
1 parent eebda9c commit 4ad4e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Network/Network/help/Set-AzNetworkSecurityRuleConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Specifies a destination address prefix.
113113
The acceptable values for this parameter are:
114114
- A Classless Interdomain Routing (CIDR) address
115115
- A destination IP address range
116-
- A wildcard character (*) to match any IP address
116+
- A wildcard character (*) to match any IP address.
117117
You can use tags such as VirtualNetwork, AzureLoadBalancer, and Internet.
118118
119119
```yaml
@@ -267,7 +267,7 @@ Specifies a source address prefix.
267267
The acceptable values for this parameter are:
268268
- A CIDR
269269
- A source IP range
270-
- A wildcard character (*) to match any IP address
270+
- A wildcard character (*) to match any IP address.
271271
You can also use tags such as VirtualNetwork, AzureLoadBalancer and Internet.
272272
273273
```yaml

0 commit comments

Comments
 (0)