Azure diagnostic setting failed with Message="CategoryGroup: 'allLogs' is not supported

Terraform is saying to use “enabled_log” for the diagnostic setting. I have tried all and allLogs for enabled_log not has worked. Does anybody know what the new value? I have the sub block below.

enabled_log {
category_group = “allLogs”
}

enabled_log {
category_group = “AuditEvent”
}

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.