Bug description: Getting an issue, while trying to create a "azure monitor action rule" with "ActionGroup" as rule type using Azure CLI. No specific parameter to pass "action group id" when rule-type is passed as ActionGroup. What is the name of the parameter that should be used to pass the "action group id".
Steps To Reproduce: Run the below CLI command to reproduce the issue. az monitor action-rule create --name "actrule-001" --resource-group "rg-dev-001" --status Enabled --rule-type ActionGroup --severity Equals Sev0 --scope-type ResourceGroup --scope /subscription/xyz/resourceGroups/rg-dev-001
Below is the error while running the command: Validation Error: Parameter "ActionGroup.action_group_id" can not be None.
Expected behavior: CLI documentation is not clear how to pass the action group id, when we pass the rule type as "ActionGroup"
Environment summary: CLI version 2.5.1 / OS version - Windows 10/ Shell Type - Bash on Windows