From 103fd1189856203c7ed75edb8e0ea29e3b703e9e Mon Sep 17 00:00:00 2001 From: Altana Tsedenova <68014620+altanatsedenova@users.noreply.github.com> Date: Thu, 9 Jul 2020 16:00:04 +0300 Subject: [PATCH] Update SQLAssessmentAPITutorialNotebook.ipynb Change config.json link to ruleset.json --- .../notebooks/SQLAssessmentAPITutorialNotebook.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb index 484a7400..b5ba442b 100644 --- a/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb +++ b/samples/manage/sql-assessment-api/notebooks/SQLAssessmentAPITutorialNotebook.ipynb @@ -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 @@ } } ] -} \ No newline at end of file +}