update branch references (#10964)

This commit is contained in:
Charles Gagnon
2020-06-17 12:34:38 -07:00
committed by GitHub
parent 2242a80049
commit 4296a05d4f
22 changed files with 27 additions and 27 deletions

View File

@@ -15,7 +15,7 @@
"cells": [
{
"cell_type": "markdown",
"source": "<img src=\"https://github.com/Microsoft/azuredatastudio/blob/master/samples/notebookSamples/Graphics/AzureDataStudioLogo.png?raw=true\" width=\"10%\">\r\n\r\n## SQL Notebooks in Azure Data Studio\r\n\r\nNotebooks allow rich text, images, code, and resultsets to be easily shared. This is a concept that is widely used in data science and which we feel is well suited to SQL work. \r\n",
"source": "<img src=\"https://github.com/Microsoft/azuredatastudio/blob/main/samples/notebookSamples/Graphics/AzureDataStudioLogo.png?raw=true\" width=\"10%\">\r\n\r\n## SQL Notebooks in Azure Data Studio\r\n\r\nNotebooks allow rich text, images, code, and resultsets to be easily shared. This is a concept that is widely used in data science and which we feel is well suited to SQL work. \r\n",
"metadata": {}
},
{

View File

@@ -5,7 +5,7 @@
"version": "0.0.1",
"publisher": "Contoso",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt",
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/sqlserver.png",
"aiKey": "AIF-37eefaf0-8022-4671-a3fb-64752724682e",
"engines": {

View File

@@ -8,7 +8,7 @@ Welcome to **Server Reports** for Azure Data Studio! Server Reports give useful
* Backup Growth Trend
* Wait counts
<img src="https://github.com/Microsoft/azuredatastudio/raw/master/samples/serverReports/images/server_reports.png" alt="Server Reports" style="width:480px;"/>
<img src="https://github.com/Microsoft/azuredatastudio/raw/main/samples/serverReports/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.
@@ -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.
[Server Reports Extension Project]:https://github.com/Microsoft/azuredatastudio/tree/master/samples/serverReports
[Server Reports Extension Project]:https://github.com/Microsoft/azuredatastudio/tree/main/samples/serverReports
[extension authoring guide]:https://github.com/Microsoft/azuredatastudio/wiki/Getting-started-with-Extensibility

View File

@@ -4,11 +4,11 @@ Welcome to **sp_whoisactive** for Azure Data Studio! Sp_whoisactive is a procedu
## Tasks and insights:
<img src="https://github.com/Microsoft/azuredatastudio/raw/master/samples/sp_whoIsActive/images/insights_section.png" alt="insights" style="width:480px;"/>
<img src="https://github.com/Microsoft/azuredatastudio/raw/main/samples/sp_whoIsActive/images/insights_section.png" alt="insights" style="width:480px;"/>
Details:
<img src="https://github.com/Microsoft/azuredatastudio/raw/master/samples/sp_whoIsActive/images/insights_details_section.png" alt="insights" style="width:240px;"/>
<img src="https://github.com/Microsoft/azuredatastudio/raw/main/samples/sp_whoIsActive/images/insights_details_section.png" alt="insights" style="width:240px;"/>
## Why use sp_whoisactive?
@@ -31,7 +31,7 @@ See [sp_whoisactive extension project] in the Azure Data Studio for the extensio
[Adam Machanics blog]:http://sqlblog.com/blogs/adam_machanic/default.aspx
[sp_whoisactive Documentation]:http://whoisactive.com/
[sp_whoisactive extension project]:https://github.com/Microsoft/azuredatastudio/tree/master/samples/sp_whoIsActive
[sp_whoisactive extension project]:https://github.com/Microsoft/azuredatastudio/tree/main/samples/sp_whoIsActive
[extension authoring guide]:https://github.com/Microsoft/azuredatastudio/wiki/Getting-started-with-Extensibility
## Contributions and "thank you"

View File

@@ -115,6 +115,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azuredatastudio/tree/master/samples/sqlservices"
"url": "https://github.com/Microsoft/azuredatastudio/tree/main/samples/sqlservices"
}
}