mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
remove preview text for sql 2022 (#21638)
This commit is contained in:
@@ -30,17 +30,21 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"source": [
|
"source": [
|
||||||
"\n",
|
"\n",
|
||||||
"## Run SQL Server 2022 Preview container image with Docker\n",
|
"\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",
|
"## 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",
|
"\n",
|
||||||
"### Dependencies\n",
|
"### Dependencies\n",
|
||||||
|
"\n",
|
||||||
"- Docker Engine. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).\n",
|
"- Docker Engine. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).\n",
|
||||||
"\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": {
|
"metadata": {
|
||||||
"azdata_cell_guid": "e5fb2be9-e904-4821-8473-b69b90760c6a"
|
"azdata_cell_guid": "e5fb2be9-e904-4821-8473-b69b90760c6a"
|
||||||
}
|
},
|
||||||
|
"attachments": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
|
|||||||
@@ -311,7 +311,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sql-windows-setup_2022",
|
"name": "sql-windows-setup_2022",
|
||||||
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2195585",
|
"webPageUrl": "https://go.microsoft.com/fwlink/?linkid=2215158",
|
||||||
"requiredTools": [],
|
"requiredTools": [],
|
||||||
"when": "version=sql2022"
|
"when": "version=sql2022"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
"version-display-name": "Version",
|
"version-display-name": "Version",
|
||||||
"sql-2017-display-name": "SQL Server 2017",
|
"sql-2017-display-name": "SQL Server 2017",
|
||||||
"sql-2019-display-name": "SQL Server 2019",
|
"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-2017-title": "Deploy SQL Server 2017 container images",
|
||||||
"docker-sql-2019-title": "Deploy SQL Server 2019 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-container-name-field": "Container name",
|
||||||
"docker-sql-password-field": "SQL Server password",
|
"docker-sql-password-field": "SQL Server password",
|
||||||
"docker-confirm-sql-password-field": "Confirm password",
|
"docker-confirm-sql-password-field": "Confirm password",
|
||||||
|
|||||||
Reference in New Issue
Block a user