diff --git a/tests/arm/graph_builder/checks/test_yaml_policies.py b/tests/arm/graph_builder/checks/test_yaml_policies.py index b29fc8fd526..bc2068e9f99 100644 --- a/tests/arm/graph_builder/checks/test_yaml_policies.py +++ b/tests/arm/graph_builder/checks/test_yaml_policies.py @@ -37,23 +37,23 @@ def setUp(self) -> None: warnings.filterwarnings("ignore", category=ResourceWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) - # def test_AzureSpringCloudConfigWithVnet(self): - # self.go("AzureSpringCloudConfigWithVnet") - # - # def test_AzureMLWorkspacePublicNetwork(self): - # self.go("AzureMLWorkspacePublicNetwork") - # - # def test_SynapseLogMonitoringEnabledForSQLPool(self): - # self.go("SynapseLogMonitoringEnabledForSQLPool") + def test_AzureSpringCloudConfigWithVnet(self): + self.go("AzureSpringCloudConfigWithVnet") + + def test_AzureMLWorkspacePublicNetwork(self): + self.go("AzureMLWorkspacePublicNetwork") + + def test_SynapseLogMonitoringEnabledForSQLPool(self): + self.go("SynapseLogMonitoringEnabledForSQLPool") def test_SynapseSQLPoolHasSecurityAlertPolicy(self): self.go("SynapseSQLPoolHasSecurityAlertPolicy") - # def test_SynapseSQLPoolHasVulnerabilityAssessment(self): - # self.go("SynapseSQLPoolHasVulnerabilityAssessment") - # - # def test_SynapseWorkspaceHasExtendedAuditLogs(self): - # self.go("SynapseWorkspaceHasExtendedAuditLogs") + def test_SynapseSQLPoolHasVulnerabilityAssessment(self): + self.go("SynapseSQLPoolHasVulnerabilityAssessment") + + def test_SynapseWorkspaceHasExtendedAuditLogs(self): + self.go("SynapseWorkspaceHasExtendedAuditLogs") def test_registry_load(self): registry = self.get_checks_registry()