From 825dc275ab3d7fad300613fa1b9d6d7fe7975925 Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:59:22 +0530 Subject: [PATCH] [SQL] Fixes #15772: Fixing a minor typo Fixes https://github.com/Azure/azure-cli/issues/15772 --- src/azure-cli/azure/cli/command_modules/sql/_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/sql/_help.py b/src/azure-cli/azure/cli/command_modules/sql/_help.py index 9ec32e96ae2..0e180063700 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/_help.py +++ b/src/azure-cli/azure/cli/command_modules/sql/_help.py @@ -1499,7 +1499,7 @@ helps['sql server vnet-rule create'] = """ type: command -short-summary: Create a virtual network rule to allows access to an Azure SQL server. +short-summary: Create a virtual network rule to allows access to an Azure SQL Server. examples: - name: Create a vnet rule by providing the subnet id.