From f3bb82440d8dcf92f2835354dcb13ab05e8a654d Mon Sep 17 00:00:00 2001 From: Altana Tsedenova <68014620+altanatsedenova@users.noreply.github.com> Date: Fri, 17 Jul 2020 17:08:04 +0300 Subject: [PATCH] Update SQLAssessmentAPITutorialNotebook.ipynb Fix typo --- .../notebooks/SQLAssessmentAPITutorialNotebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb index bb377846..f71985a3 100644 --- a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb +++ b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb @@ -474,7 +474,7 @@ "source": [ "## Probe types\r\n", "### CmdShell\r\n", - "Create a new rule with CmdShell probe. CmdShell probe executes a CMD.EXE shell command and returns lines of text in variable @stdout. Use CMDSHELL instead of QUERY in probe definition to load a .cmd file. Use Regex parser transformation to extract data from @stdout\r\n", + "Create a new rule with CmdShell probe. CmdShell probe executes a CMD.EXE shell command and returns lines of text in variable @stdout. Use 'CMDSHELL' instead of 'SQL' in probe definition to load a .cmd file. Use Regex parser transformation to extract data from @stdout\r\n", "" ], "metadata": {