Documentation error in description of --name parameter
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
There is a [documentation](https://learn.microsoft.com/en-us/cli/azure/network/firewall/policy/rule-collection-group/collection/rule?view=azure-cli-latest#az-network-firewall-policy-rule-collection-group-collection-rule-update) error for parameter --name for add/remove/update firewall policy rule parameter. Here, --name parameter is actually the name of rule instead of policy rule collection group.

****
### Related command
az network firewall policy rule-collection-group collection rule add
az network firewall policy rule-collection-group collection rule remove
az network firewall policy rule-collection-group collection rule update
### Errors
--name parameter description "The name of the Firewall Policy Rule Collection Group." is incorrect.
### Issue script & Debug output
N/A
### Expected behavior
--name parameter description should be "The name of the Firewall Policy Rule."
### Environment Summary
azure-cli 2.53.0 (Latest)
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.