From f5a16de2a428888d1cb382359ab1557a39f75333 Mon Sep 17 00:00:00 2001 From: Vladimir Chernov Date: Thu, 9 Jul 2020 00:40:39 +0300 Subject: [PATCH] SQL Assessment display name and description update (#11253) Co-authored-by: Vladimir Chernov --- extensions/sql-assessment/README.md | 4 ++-- extensions/sql-assessment/package.nls.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/sql-assessment/README.md b/extensions/sql-assessment/README.md index 2538b9e28d..56bf7b91b1 100644 --- a/extensions/sql-assessment/README.md +++ b/extensions/sql-assessment/README.md @@ -1,6 +1,6 @@ -# SQL Server Assessment *(preview)* +# SQL Assessment *(preview)* -SQL Server Assessment for Azure Data Studio provides a mechanism to evaluate the configuration of SQL Server for best practices. +SQL Assessment for Azure Data Studio provides a mechanism to evaluate the configuration of SQL Server for best practices. ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/extensions/sql-assessment/package.nls.json b/extensions/sql-assessment/package.nls.json index ead0f06b3d..2ee174d8a8 100644 --- a/extensions/sql-assessment/package.nls.json +++ b/extensions/sql-assessment/package.nls.json @@ -1,5 +1,5 @@ { - "displayName": "SQL Server Assessment", - "description": "SQL Server Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.", + "displayName": "SQL Assessment", + "description": "SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.", "dashboard.tabName": "SQL Assessment" }