Adds README to sql assessment and bump min ADS version (#10628)

* Adds README to sql assessment and bump min ADS version

* Bump version
This commit is contained in:
Charles Gagnon
2020-05-29 14:08:28 -07:00
committed by GitHub
parent 5955953b4a
commit 4f603888b9
2 changed files with 18 additions and 2 deletions

View File

@@ -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).

View File

@@ -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"