Skip to content

Commit

Permalink
{eventhubs} Fix authorization-rule create example (#26734)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhSharma-MSFT authored Jun 27, 2023
1 parent e85e41d commit 5157cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Create(AAZCommand):
"""Create an AuthorizationRule for the specified Event Hub. Creation/update of the AuthorizationRule will take a few seconds to take effect.
:example: Creates Authorizationrule for the given Eventhub
az eventhub authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Listen
az eventhubs eventhub authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --rights Listen
"""

_aaz_info = {
Expand Down

0 comments on commit 5157cf9

Please sign in to comment.