Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
sreallymatt committed Dec 17, 2024
1 parent bc17594 commit 47ebef5
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions internal/services/network/network_security_group_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,23 +489,3 @@ resource "azurerm_network_security_group" "test" {
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, data.RandomInteger, data.RandomInteger)
}

func (NetworkSecurityGroupResource) deleteRule(data acceptance.TestData) string {
return fmt.Sprintf(`
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-%d"
location = "%s"
}
resource "azurerm_network_security_group" "test" {
name = "acceptanceTestSecurityGroup1"
location = azurerm_resource_group.test.location
resource_group_name = azurerm_resource_group.test.name
security_rule = []
}
`, data.RandomInteger, data.Locations.Primary)
}

0 comments on commit 47ebef5

Please sign in to comment.