Sql Assessment version update to 1.1.9 (#1584)

This commit is contained in:
Vladimir Chernov
2022-07-19 18:56:21 +03:00
committed by GitHub
parent 6ab19746c2
commit 23531f8421
2 changed files with 2 additions and 2 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; }
}