Skip to content

Commit 23e7a46

Browse files
Update SQLAssessmentAPITutorialNotebook.ipynb
1 parent f9430be commit 23e7a46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,9 @@
500500
"source": [
501501
"### PowerShell\r\n",
502502
"\r\n",
503-
"PowerShell probe executes a command in PowerShell (fx) on target machine and returns pipeline output in @Output variable.\r\n",
503+
"PowerShell probe executes a command in PowerShell on target machine and returns pipeline output in @Output variable.\r\n",
504504
"Use $ (dollar) sign to access probe parameters passed from checks.\r\n",
505-
"Use . (dot) to access properties of the output object. For example, if returned object is string, then @Output.Lengthreturns its length."
505+
"Use . (dot) to access properties of the output object. For example, if a returned object is string, then @Output.Length returns its length."
506506
],
507507
"metadata": {
508508
"azdata_cell_guid": "4450f005-b008-4464-8b83-059b5d3fa8f6"
@@ -615,4 +615,4 @@
615615
}
616616
}
617617
]
618-
}
618+
}

0 commit comments

Comments
 (0)