Skip to content

Commit 12c572e

Browse files
authored
add servers back into vulnerability
1 parent 2ff5861 commit 12c572e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sql/Sql.Test/ScenarioTests/VulnerabilityAssessmentTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ protected override void SetupManagementClients(RestTestFramework.MockContext con
3333
public VulnerabilityAssessmentTests(ITestOutputHelper output) : base(output)
3434
{
3535
base.resourceTypesToIgnoreApiVersion = new string[] {
36+
"Microsoft.Sql/servers",
3637
"Microsoft.Sql/managedInstances",
3738
"Microsoft.Sql/managedInstances/databases"
3839
};
@@ -96,4 +97,4 @@ public void VulnerabilityAssessmentScanConvertTest()
9697

9798
#endregion
9899
}
99-
}
100+
}

0 commit comments

Comments
 (0)