Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

helps['eventhubs eventhub list'] = """
type: command
short-summary: List the EventHub by Namepsace
short-summary: List the EventHub by Namespace
examples:
- name: Get the Eventhubs by Namespace.
text: az eventhubs eventhub list --resource-group myresourcegroup --namespace-name mynamespace
Expand Down
8 changes: 4 additions & 4 deletions src/azure-cli/azure/cli/command_modules/servicebus/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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
"""

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down