Skip to content

Commit 9002fda

Browse files
authored
Update Get-AzFirewallPolicyRuleCollectionGroup.md (#26733)
Updated the examples to resolve confusion in the rule group name
1 parent dbe4cca commit 9002fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Get-AzFirewallPolicyRuleCollectionGroup** cmdlet gets the RuleCollectionGr
3737

3838
### Example 1
3939
```powershell
40-
Get-AzFirewallPolicyRuleCollectionGroup -Name rg1 -AzureFirewallPolicy $fp
40+
Get-AzFirewallPolicyRuleCollectionGroup -Name ruleGroupName -AzureFirewallPolicy $fp
4141
```
4242

4343
This example get the rule collectionGroup in the firewall policy $fp
@@ -50,7 +50,7 @@ Gets a Azure Firewall Policy Rule Collection Group. (autogenerated)
5050

5151

5252
```powershell
53-
Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name rg1 -ResourceGroupName myresourcegroup
53+
Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name ruleGroupName -ResourceGroupName myresourcegroup
5454
```
5555

5656
## PARAMETERS

0 commit comments

Comments
 (0)