From 3a17a324eb5fe988e8f1246844be9d5a6037251a Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:34:44 +0530 Subject: [PATCH] {SQL} Fix #23357: Fix typo from Directly to Directory Fix https://github.com/Azure/azure-cli/issues/23357 --- .../azure/cli/command_modules/sql/_help.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 0e180063700..e727ac1aaeb 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/_help.py +++ b/src/azure-cli/azure/cli/command_modules/sql/_help.py @@ -742,12 +742,12 @@ helps['sql mi ad-only-auth'] = """ type: group -short-summary: Manage a Managed Instance's Azure Active Directly only settings. +short-summary: Manage a Managed Instance's Azure Active Directory only settings. """ helps['sql mi ad-only-auth enable'] = """ type: command -short-summary: Enable Azure Active Directly only Authentication for this Managed Instance. +short-summary: Enable Azure Active Directory only Authentication for this Managed Instance. examples: - name: Enable Active Directory only authentication for a managed instance text: az sql mi ad-only-auth enable --resource-group mygroup --name myMI @@ -755,7 +755,7 @@ helps['sql mi ad-only-auth disable'] = """ type: command -short-summary: Disable Azure Active Directly only Authentication for this Managed Instance. +short-summary: Disable Azure Active Directory only Authentication for this Managed Instance. examples: - name: Disable Active Directory only authentication for a managed instance text: az sql mi ad-only-auth disable --resource-group mygroup --name myMI @@ -763,7 +763,7 @@ helps['sql mi ad-only-auth get'] = """ type: command -short-summary: Get a specific Azure Active Directly only Authentication property. +short-summary: Get a specific Azure Active Directory only Authentication property. examples: - name: Get Active Directory only authentication status for a managed instance text: az sql mi ad-only-auth get --resource-group mygroup --name myMI @@ -1150,12 +1150,12 @@ helps['sql server ad-only-auth'] = """ type: group -short-summary: Manage Azure Active Directly only Authentication settings for this Server. +short-summary: Manage Azure Active Directory only Authentication settings for this Server. """ helps['sql server ad-only-auth enable'] = """ type: command -short-summary: Enable Azure Active Directly only Authentication for this Server. +short-summary: Enable Azure Active Directory only Authentication for this Server. examples: - name: Enable Active Directory only authentication for a sql server text: az sql server ad-only-auth enable --resource-group mygroup --name myServer @@ -1163,7 +1163,7 @@ helps['sql server ad-only-auth disable'] = """ type: command -short-summary: Disable Azure Active Directly only Authentication for this Server. +short-summary: Disable Azure Active Directory only Authentication for this Server. examples: - name: Disable Active Directory only authentication for a sql server text: az sql server ad-only-auth disable --resource-group mygroup --name myServer @@ -1171,7 +1171,7 @@ helps['sql server ad-only-auth get'] = """ type: command -short-summary: Get a specific Azure Active Directly only Authentication property. +short-summary: Get a specific Azure Active Directory only Authentication property. examples: - name: Get Active Directory only authentication status for a sql server text: az sql server ad-only-auth get --resource-group mygroup --name myServer