Skip to content

Commit f3bb824

Browse files
Update SQLAssessmentAPITutorialNotebook.ipynb
Fix typo
1 parent d2324b3 commit f3bb824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"source": [
475475
"## Probe types\r\n",
476476
"### CmdShell\r\n",
477-
"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",
477+
"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",
478478
""
479479
],
480480
"metadata": {

0 commit comments

Comments
 (0)