From 710d0462d8d81373aa2bc0f36f88955c902cb173 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 24 Jun 2020 19:55:44 -0700 Subject: [PATCH] Alanren/notebook password notice (#11089) * add note about the password * wording * more files * more files --- .../notebooks/edge/deploy-sql-edge-local.ipynb | 4 ++-- .../notebooks/edge/deploy-sql-edge-remote.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb index f3d393bf72..4d4107dc80 100644 --- a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb +++ b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-local.ipynb @@ -246,7 +246,7 @@ "from IPython.display import *\n", "connectionParameter = '{\"serverName\":\"localhost,' + sql_port + '\",\"providerName\":\"MSSQL\",\"authenticationType\":\"SqlLogin\",\"userName\":\"sa\",\"password\":' + json.dumps(sql_password) + '}'\n", "display(HTML('
Click here to connect to SQL Server
'))\n", - "display(HTML('
NOTE: SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))" + "display(HTML('
NOTE: The SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))" ], "metadata": { "azdata_cell_guid": "187a0067-a04c-4afb-a684-3103bb4522ae", @@ -285,4 +285,4 @@ "execution_count": null } ] -} \ No newline at end of file +} diff --git a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb index e6f9679c58..5d206729c1 100644 --- a/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb +++ b/extensions/asde-deployment/notebooks/edge/deploy-sql-edge-remote.ipynb @@ -313,7 +313,7 @@ "from IPython.display import *\n", "connectionParameter = '{\"serverName\":\"' + ssh_target + ',' + sql_port + '\",\"providerName\":\"MSSQL\",\"authenticationType\":\"SqlLogin\",\"userName\":\"sa\",\"password\":' + json.dumps(sql_password) + '}'\n", "display(HTML('
Click here to connect to SQL Server
'))\n", - "display(HTML('
NOTE: SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))" + "display(HTML('
NOTE: The SQL Server password is included in this link, you may want to clear the results of this code cell before saving the notebook.'))" ], "metadata": { "azdata_cell_guid": "187a0067-a04c-4afb-a684-3103bb4522ae",