diff --git a/src/azure-cli/azure/cli/command_modules/servicebus/_help.py b/src/azure-cli/azure/cli/command_modules/servicebus/_help.py index 950bb5f012e..74745484d0f 100644 --- a/src/azure-cli/azure/cli/command_modules/servicebus/_help.py +++ b/src/azure-cli/azure/cli/command_modules/servicebus/_help.py @@ -153,7 +153,7 @@ type: command short-summary: Create Authorization Rule for the given Service Bus Namespace examples: - - name: Create Authorization Rule 'myauthorule' for the given Service Bus Namespace 'mynamepsace' in resourcegroup + - name: Create Authorization Rule 'myauthorule' for the given Service Bus Namespace 'mynamespace' in resourcegroup text: az servicebus namespace authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --rights Send Listen """ @@ -209,7 +209,7 @@ type: command short-summary: Updates Authorization Rule for the given Service Bus Namespace examples: - - name: Updates Authorization Rule 'myauthorule' for the given Service Bus Namespace 'mynamepsace' in resourcegroup + - name: Updates Authorization Rule 'myauthorule' for the given Service Bus Namespace 'mynamespace' in resourcegroup text: az servicebus namespace authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --rights Send """ @@ -388,7 +388,7 @@ helps['servicebus queue list'] = """ type: command -short-summary: List the Queue by Service Bus Namepsace +short-summary: List the Queue by Service Bus Namespace examples: - name: Get the Queues by Service Bus Namespace. text: az servicebus queue list --resource-group myresourcegroup --namespace-name mynamespace @@ -499,7 +499,7 @@ helps['servicebus topic list'] = """ type: command -short-summary: List the Topic by Service Bus Namepsace +short-summary: List the Topic by Service Bus Namespace examples: - name: Get the Topics by Namespace. text: az servicebus topic list --resource-group myresourcegroup --namespace-name mynamespace