remove preview text for sql 2022 (#21638) (#21647)

This commit is contained in:
Alan Ren
2023-01-18 20:33:42 -08:00
committed by GitHub
parent 5edcf2a3a7
commit 36a25a6bfb
3 changed files with 11 additions and 7 deletions

View File

@@ -30,17 +30,21 @@
"cell_type": "markdown",
"source": [
"![Microsoft](https://raw.githubusercontent.com/microsoft/azuredatastudio/main/extensions/resource-deployment/images/microsoft-small-logo.png)\n",
"## Run SQL Server 2022 Preview container image with Docker\n",
"This notebook will use Docker to pull and run the SQL Server 2022 Preview container image and connect to it in Azure Data Studio\n",
"\n",
"## Run SQL Server 2022 container image with Docker\n",
"\n",
"This notebook will use Docker to pull and run the SQL Server 2022 container image and connect to it in Azure Data Studio\n",
"\n",
"### Dependencies\n",
"\n",
"- Docker Engine. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).\n",
"\n",
"<span style=\"color:red\"><font size=\"3\">Please press the \"Run all\" button to run the notebook</font></span>"
"<span style=\"color:red;\"><font size=\"3\">Please press the \"Run all\" button to run the notebook</font></span>"
],
"metadata": {
"azdata_cell_guid": "e5fb2be9-e904-4821-8473-b69b90760c6a"
}
},
"attachments": {}
},
{
"cell_type": "markdown",

View File

@@ -311,7 +311,7 @@
},
{
"name": "sql-windows-setup_2022",
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2195585",
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2215158",
"requiredTools": [],
"when": "version=sql2022"
}

View File

@@ -8,10 +8,10 @@
"version-display-name": "Version",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019",
"sql-2022-display-name": "SQL Server 2022 Preview",
"sql-2022-display-name": "SQL Server 2022",
"docker-sql-2017-title": "Deploy SQL Server 2017 container images",
"docker-sql-2019-title": "Deploy SQL Server 2019 container images",
"docker-sql-2022-title": "Deploy SQL Server 2022 Preview container images",
"docker-sql-2022-title": "Deploy SQL Server 2022 container images",
"docker-container-name-field": "Container name",
"docker-sql-password-field": "SQL Server password",
"docker-confirm-sql-password-field": "Confirm password",