From 23e7a468df4cba4be0f2fd2136154a2391175445 Mon Sep 17 00:00:00 2001 From: Alex Protsenko <53046834+alexprotsenko@users.noreply.github.com> Date: Wed, 15 Jul 2020 19:22:32 +0300 Subject: [PATCH] Update SQLAssessmentAPITutorialNotebook.ipynb --- .../notebooks/SQLAssessmentAPITutorialNotebook.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb index 8f2de081..f214833d 100644 --- a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb +++ b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb @@ -500,9 +500,9 @@ "source": [ "### PowerShell\r\n", "\r\n", - "PowerShell probe executes a command in PowerShell (fx) on target machine and returns pipeline output in @Output variable.\r\n", + "PowerShell probe executes a command in PowerShell on target machine and returns pipeline output in @Output variable.\r\n", "Use $ (dollar) sign to access probe parameters passed from checks.\r\n", - "Use . (dot) to access properties of the output object. For example, if returned object is string, then @Output.Lengthreturns its length." + "Use . (dot) to access properties of the output object. For example, if a returned object is string, then @Output.Length returns its length." ], "metadata": { "azdata_cell_guid": "4450f005-b008-4464-8b83-059b5d3fa8f6" @@ -615,4 +615,4 @@ } } ] -} \ No newline at end of file +}