Skip to content

Commit

Permalink
correcting document example 1 of New-AzFirewallPolicyRuleCollectionGr…
Browse files Browse the repository at this point in the history
…oup (#14777)
  • Loading branch information
kenchenMicrosoft authored Apr 20, 2021
1 parent b020c3c commit b6b85c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The **New-AzFirewallPolicyRuleCollectionGroup** cmdlet creates a rule collection

### Example 1
```powershell
PS C:\> New-AzFirewallPolicyRuleCollectionGroup -Name rg1 -ResourceGroupName TestRg -Location westus -Priority 200 -RuleCollection $filterRule1 -AzureFirewallPolicy $fp
PS C:\> New-AzFirewallPolicyRuleCollectionGroup -Name rg1 -ResourceGroupName TestRg -Priority 200 -RuleCollection $filterRule1 -FirewallPolicyObject $fp
```

This example creates a rule collection group in the firewall policy $fp
Expand Down

0 comments on commit b6b85c2

Please sign in to comment.