From 4f603888b98955fc8b952eb319b19990df082a17 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 29 May 2020 14:08:28 -0700 Subject: [PATCH] Adds README to sql assessment and bump min ADS version (#10628) * Adds README to sql assessment and bump min ADS version * Bump version --- extensions/sql-assessment/README.md | 16 ++++++++++++++++ extensions/sql-assessment/package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 extensions/sql-assessment/README.md diff --git a/extensions/sql-assessment/README.md b/extensions/sql-assessment/README.md new file mode 100644 index 0000000000..dd95cf451a --- /dev/null +++ b/extensions/sql-assessment/README.md @@ -0,0 +1,16 @@ +# SQL Server Assessment *(preview)* + +SQL Server 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. + +## Privacy Statement + +The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement) describes the privacy statement of this software. + +## License + +Copyright (c) Microsoft Corporation. All rights reserved. + +Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt). diff --git a/extensions/sql-assessment/package.json b/extensions/sql-assessment/package.json index 6aeb25bcec..74434044fe 100644 --- a/extensions/sql-assessment/package.json +++ b/extensions/sql-assessment/package.json @@ -2,7 +2,7 @@ "name": "sql-assessment", "displayName": "%displayName%", "description": "%description%", - "version": "0.1.0", + "version": "0.2.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt", @@ -10,7 +10,7 @@ "aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e", "engines": { "vscode": "^1.25.0", - "azdata": ">=1.18.0" + "azdata": ">=1.19.0" }, "activationEvents": [ "onDashboardOpen"