Skip to content

Commit 160ff3e

Browse files
updating help file
1 parent 8bd803d commit 160ff3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Network/Network/help/Remove-AzFirewallPolicyRuleCollectionGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Removes a Azure Firewall Policy Rule Collection Group in a Azure firewall policy
1515
### RemoveByNameParameterSet (Default)
1616
```
1717
Remove-AzFirewallPolicyRuleCollectionGroup -Name <String> -ResourceGroupName <String>
18-
-FirewallPolicyName <String> [-Force] [-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
18+
-AzureFirewallPolicyName <String> [-Force] [-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
1919
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

@@ -53,7 +53,7 @@ This example removes the firewall policy rule colelction group named "testRcGrou
5353

5454
### Example 2
5555
```powershell
56-
PS C:\> Remove-AzFirewallPolicyRuleCollectionGroup -Name testRcGroup -ResourceGroupName testRg -FirewallPolicyName fpName
56+
PS C:\> Remove-AzFirewallPolicyRuleCollectionGroup -Name testRcGroup -ResourceGroupName testRg -AzureFirewallPolicyName fpName
5757
```
5858

5959
This example removes the firewall policy rule colelction group named "testRcGroup" in the firewall named "fpName" frpm the resourcegroup names "testRg"
@@ -90,7 +90,7 @@ Accept pipeline input: False
9090
Accept wildcard characters: False
9191
```
9292
93-
### -FirewallPolicyName
93+
### -AzureFirewallPolicyName
9494
The name of the firewall policy
9595
9696
```yaml

0 commit comments

Comments
 (0)