mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update SQLAssessmentAPITutorialNotebook.ipynb
Fix typo
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user