From db0abf4d764bbc351cf3113133ac064ed363f109 Mon Sep 17 00:00:00 2001 From: Marc Garcia <1045276+marcosgm@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:45:31 -0500 Subject: [PATCH] AB#31944 Bicep - MDFC VM Vulnerability Assessment provider update to mdeTVM (#716) * fix example doc pointing to wrong ps1 file for logging * document minimal deployment without DDoS, GW, etc * fix markdown linter errors * US-31944 change Vuln Assess from default Qualys to mdeTvm --------- Co-authored-by: Marc Garcia --- .../policy_assignment_es_deploy_mdfc_config.tmpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_deploy_mdfc_config.tmpl.json b/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_deploy_mdfc_config.tmpl.json index 8ad348a17..238f73683 100644 --- a/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_deploy_mdfc_config.tmpl.json +++ b/infra-as-code/bicep/modules/policy/assignments/lib/policy_assignments/policy_assignment_es_deploy_mdfc_config.tmpl.json @@ -26,7 +26,7 @@ "value": "DeployIfNotExists" }, "vulnerabilityAssessmentProvider": { - "value": "default" + "value": "mdeTvm" }, "enableAscForSql": { "value": "DeployIfNotExists"