From 1f64c516c9812d8993a81202fb21fb289089773a Mon Sep 17 00:00:00 2001 From: Scott Sauber Date: Mon, 5 Apr 2021 08:33:14 -0500 Subject: [PATCH] Fix typo in azure relay --- src/azure-cli/azure/cli/command_modules/relay/_help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/relay/_help.py b/src/azure-cli/azure/cli/command_modules/relay/_help.py index 3daefca15aa..93245b65e4a 100644 --- a/src/azure-cli/azure/cli/command_modules/relay/_help.py +++ b/src/azure-cli/azure/cli/command_modules/relay/_help.py @@ -104,7 +104,7 @@ helps['relay hyco list'] = """ type: command -short-summary: List the Hybrid Connection by Relay Service Namepsace +short-summary: List the Hybrid Connection by Relay Service Namespace examples: - name: Get the Hybrid Connections by Namespace. text: az relay hyco list --resource-group myresourcegroup --namespace-name mynamespace @@ -339,7 +339,7 @@ helps['relay wcfrelay list'] = """ type: command -short-summary: List the WCF Relay by Relay Service Namepsace +short-summary: List the WCF Relay by Relay Service Namespace examples: - name: Get the WCF Relays by Relay Service Namespace. text: az relay wcfrelay list --resource-group myresourcegroup --namespace-name mynamespace