From 56c3cec2c64bf32335ca23617e807493a927f7ad Mon Sep 17 00:00:00 2001 From: Claudio Merola Date: Wed, 18 Sep 2024 18:47:21 -0300 Subject: [PATCH] Adding Potential Benefits Column (#415) --- tools/3_wara_reports_generator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/3_wara_reports_generator.ps1 b/tools/3_wara_reports_generator.ps1 index eec4d1333..2a3844e1c 100644 --- a/tools/3_wara_reports_generator.ps1 +++ b/tools/3_wara_reports_generator.ps1 @@ -2126,7 +2126,7 @@ https://github.com/Azure/Azure-Proactive-Resiliency-Library-v2 'Recommendation Guid' = $Recommendation.recommendationId 'Recommendation Title' = $Recommendation.recommendationTitle 'Priority' = $Recommendation.impact - 'Potential Benefits' = '' + 'Potential Benefits' = $Description.'Potential Benefits' 'Description' = $Description.'Best Practices Guidance' 'Resource ID' = $Recommendation.id 'Customer-facing annotation'= ''