Skip to content

Commit 103fd11

Browse files
Update SQLAssessmentAPITutorialNotebook.ipynb
Change config.json link to ruleset.json
1 parent e0a0f89 commit 103fd11

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
@@ -27,7 +27,7 @@
2727
"\n",
2828
"Supported products and platforms: SQL Server 2012 and up, both on Windows and Linux. Azure SQL DB Managed Instance. More products to come.\n",
2929
"\n",
30-
"Microsoft ruleset ([config.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-assessment-api/config.json)) is published on SQL Assessment API GitHub repo and continuously improved.\n",
30+
"Microsoft ruleset ([ruleset.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-assessment-api/ruleset.json)) is published on SQL Assessment API GitHub repo and continuously improved.\n",
3131
"\n",
3232
"Useful links at the bottom of the tutorial."
3333
],
@@ -239,7 +239,7 @@
239239
"source": [
240240
"### 4. Browse applicable rules\r\n",
241241
"\r\n",
242-
"The full Microsoft ruleset is in [config.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-assessment-api/config.json) in the GitHub repo. If you want to list the rules that apply to a particular instance or database, you can use Get-SqlAssessmentItem cmdlet. Below are some different ways of listing the rules."
242+
"The full Microsoft ruleset is in [ruleset.json](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-assessment-api/ruleset.json) in the GitHub repo. If you want to list the rules that apply to a particular instance or database, you can use Get-SqlAssessmentItem cmdlet. Below are some different ways of listing the rules."
243243
],
244244
"metadata": {
245245
"azdata_cell_guid": "97414396-2557-44c4-80e2-5afa6a5a5516"
@@ -508,4 +508,4 @@
508508
}
509509
}
510510
]
511-
}
511+
}

0 commit comments

Comments
 (0)