vbump server-report extension (#14099)

* vbump

* fix url
This commit is contained in:
Alan Ren
2021-01-28 15:50:47 -08:00
committed by GitHub
parent ac8f950147
commit 23999951d0
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Welcome to **Server Reports** for Azure Data Studio! Server Reports give useful
* Backup Growth Trend * Backup Growth Trend
* Wait counts * Wait counts
<img src="https://github.com/Microsoft/azuredatastudio/raw/main/samples/serverReports/images/server_reports.png" alt="Server Reports" style="width:480px;"/> <img src="https://github.com/Microsoft/azuredatastudio/raw/main/extensions/server-report/images/server_reports.png" alt="Server Reports" style="width:480px;"/>
This extension is inspired by SQL Server Management Studio (SSMS)'s reports. We will continually add more useful server insights and tasks. This extension is inspired by SQL Server Management Studio (SSMS)'s reports. We will continually add more useful server insights and tasks.
@@ -17,7 +17,7 @@ This extension is also useful as a sample dashboard extension. It demonstrates b
See the [Server Reports Extension Project] in the Azure Data Studio repository on Github for the extension source code. See the [Server Reports Extension Project] in the Azure Data Studio repository on Github for the extension source code.
[Server Reports Extension Project]:https://github.com/Microsoft/azuredatastudio/tree/main/samples/serverReports [Server Reports Extension Project]:https://github.com/Microsoft/azuredatastudio/tree/main/extensions/server-report
[extension authoring guide]:https://github.com/Microsoft/azuredatastudio/wiki/Getting-started-with-Extensibility [extension authoring guide]:https://github.com/Microsoft/azuredatastudio/wiki/Getting-started-with-Extensibility

View File

@@ -2,7 +2,7 @@
"name": "server-report", "name": "server-report",
"displayName": "Server Reports", "displayName": "Server Reports",
"description": "Server Reports", "description": "Server Reports",
"version": "0.2.3", "version": "0.2.4",
"publisher": "Microsoft", "publisher": "Microsoft",
"preview": true, "preview": true,
"engines": { "engines": {