We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16f078 commit 063f843Copy full SHA for 063f843
src/Sql/Sql.Test/ScenarioTests/VulnerabilityAssessmentTests.cs
@@ -33,6 +33,7 @@ protected override void SetupManagementClients(RestTestFramework.MockContext con
33
public VulnerabilityAssessmentTests(ITestOutputHelper output) : base(output)
34
{
35
base.resourceTypesToIgnoreApiVersion = new string[] {
36
+ "Microsoft.Sql/servers",
37
"Microsoft.Sql/managedInstances",
38
"Microsoft.Sql/managedInstances/databases"
39
};
@@ -96,4 +97,4 @@ public void VulnerabilityAssessmentScanConvertTest()
96
97
98
#endregion
99
}
-}
100
+}
0 commit comments