Skip to content

Commit

Permalink
fix(general): revert comment out ARM test (#6882)
Browse files Browse the repository at this point in the history
* .

* .
  • Loading branch information
lirshindalman authored Nov 28, 2024
1 parent 826434c commit 5728737
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/arm/graph_builder/checks/test_yaml_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5728737

Please sign in to comment.