File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The **Get-AzFirewallPolicyRuleCollectionGroup** cmdlet gets the RuleCollectionGr
37
37
38
38
### Example 1
39
39
``` powershell
40
- Get-AzFirewallPolicyRuleCollectionGroup -Name rg1 -AzureFirewallPolicy $fp
40
+ Get-AzFirewallPolicyRuleCollectionGroup -Name ruleGroupName -AzureFirewallPolicy $fp
41
41
```
42
42
43
43
This example get the rule collectionGroup in the firewall policy $fp
@@ -50,7 +50,7 @@ Gets a Azure Firewall Policy Rule Collection Group. (autogenerated)
50
50
51
51
52
52
``` powershell
53
- Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name rg1 -ResourceGroupName myresourcegroup
53
+ Get-AzFirewallPolicyRuleCollectionGroup -AzureFirewallPolicyName fpName -Name ruleGroupName -ResourceGroupName myresourcegroup
54
54
```
55
55
56
56
## PARAMETERS
You can’t perform that action at this time.
0 commit comments