Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/azure-cli/azure/cli/command_modules/eventhubs/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,9 @@ def cli_remove_appgroup_policy(client, resource_group_name, namespace_name, appl

appGroup = client.get(resource_group_name, namespace_name, application_group_name)

logger.warning(
'Parameter metric-id,rate-limit-threshold would not be required for a command eventhub application-group policy remove in future release '
'and the new policy remove cmdlets will br contain only name.')
Comment thread
schaudhari6254888 marked this conversation as resolved.
Outdated
if appGroup.policies:
for policy_object in throttling_policy_config:
if policy_object in appGroup.policies:
Expand Down