Skip to content

Commit ac5000c

Browse files
Updated notebooks
1 parent 75c3537 commit ac5000c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,9 @@
359359
"#Setup two parameters that are used in all the customization examples below\r\n",
360360
"#$binariesPath='<replace this with the path to customization json files, e.g. \"C:\\SQLAsmnt\\CustomizationSamples\">' \r\n",
361361
"$binariesPath='C:\\SQLAsmnt\\CustomizationSamples'\r\n",
362-
"######REMOVELINEBELOW\r\n",
363-
"$binariesPath='D:\\Temp\\dem\\Wed Version\\notebooks\\CustomizationSamples'\r\n",
364362
"$binariesPath\r\n",
365363
"\r\n",
366-
"#$serverInstance = Get-SqlInstance -ServerInstance 'localhost'\r\n",
367-
"######REMOVELINEBELOW\r\n",
368-
"$serverInstance = Get-SqlInstance -ServerInstance '.\\sql2017express'\r\n",
364+
"$serverInstance = Get-SqlInstance -ServerInstance 'localhost'\r\n",
369365
"$serverInstance\r\n",
370366
"\r\n",
371367
"$sqlDbMaster = $serverInstance | Get-SqlDatabase -Name master\r\n",
@@ -377,7 +373,7 @@
377373
"tags": []
378374
},
379375
"outputs": [],
380-
"execution_count": 37
376+
"execution_count": 2
381377
},
382378
{
383379
"cell_type": "code",

0 commit comments

Comments
 (0)