Skip to content

Commit

Permalink
Update Get-AzFirewallPolicyRuleCollectionGroup.md (#26733)
Browse files Browse the repository at this point in the history
Updated the examples to resolve confusion in the rule group name
  • Loading branch information
divyeshg94 authored Nov 28, 2024
1 parent dbe4cca commit 9002fda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The **Get-AzFirewallPolicyRuleCollectionGroup** cmdlet gets the RuleCollectionGr

### Example 1
```powershell
Get-AzFirewallPolicyRuleCollectionGroup -Name rg1 -AzureFirewallPolicy $fp
Get-AzFirewallPolicyRuleCollectionGroup -Name ruleGroupName -AzureFirewallPolicy $fp
```

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


```powershell
Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name rg1 -ResourceGroupName myresourcegroup
Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name ruleGroupName -ResourceGroupName myresourcegroup
```

## PARAMETERS
Expand Down

0 comments on commit 9002fda

Please sign in to comment.