Skip to content

Commit dfeda57

Browse files
Merge pull request #8 from alexprotsenko/patch-16
Update SQLAssessmentAPITutorialNotebook.ipynb
2 parents 8fb5161 + 23e7a46 commit dfeda57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)