Update SQLAssessmentAPITutorialNotebook.ipynb

Change config.json link to ruleset.json
This commit is contained in:
Altana Tsedenova
2020-07-09 16:00:04 +03:00
committed by GitHub
parent e0a0f8946a
commit 103fd11898
@@ -27,7 +27,7 @@
"\n",
"Supported products and platforms: SQL Server 2012 and up, both on Windows and Linux. Azure SQL DB Managed Instance. More products to come.\n",
"\n",
"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",
"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",
"\n",
"Useful links at the bottom of the tutorial."
],
@@ -239,7 +239,7 @@
"source": [
"### 4. Browse applicable rules\r\n",
"\r\n",
"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."
"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."
],
"metadata": {
"azdata_cell_guid": "97414396-2557-44c4-80e2-5afa6a5a5516"
@@ -508,4 +508,4 @@
}
}
]
}
}