From 099939fedb70cb785113bc58ec8d1f4df8ab1147 Mon Sep 17 00:00:00 2001 From: Janne Mattila Date: Mon, 3 May 2021 14:00:05 +0300 Subject: [PATCH] Fix typo from namepsace to namespace --- .../azure/cli/command_modules/eventhubs/_help.py | 2 +- .../azure/cli/command_modules/servicebus/_help.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index f4b5a05bb9c..bfb846d9c57 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -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 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