SqlAssessment update to 1.1.9 (#1593)

* Sql Assessment version update to 1.1.9

* Unit test fix

* integration test fix
This commit is contained in:
Vladimir Chernov
2022-07-20 01:19:39 +03:00
committed by GitHub
parent 693bb0480a
commit 2ae0d99900
4 changed files with 9 additions and 9 deletions

View File

@@ -81,7 +81,7 @@ namespace Microsoft.SqlTools.ServiceLayer.SqlAssessment.Contracts
/// <summary>
/// Gets or sets a <see cref="string"/> indicating
/// severity level assigned to this items.
/// Values are: "Information", "Warning", "Critical".
/// Values are: "Information", "Low", "Medium", "High".
/// </summary>
public string Level { get; set; }
}