Skip to content

Commit

Permalink
add test for enabled/retention_policy.days (#16655)
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-ying789 authored May 9, 2022
1 parent 29f1f75 commit cc228a0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,11 @@ resource "azurerm_monitor_diagnostic_setting" "test" {
metric {
category = "AllMetrics"
enabled = true
retention_policy {
enabled = false
days = 7
}
}
}
Expand Down

0 comments on commit cc228a0

Please sign in to comment.