File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
docs/content/en/docs/Recommendations Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ var rulesCmd = &cobra.Command{
2828 aprl := aprlScanner .GetAprlRecommendations ()
2929
3030 // Print count of aprl recommendations
31- fmt .Println ("## APRL Recommendations" )
31+ fmt .Println ("## Recommendations List" )
32+ fmt .Println ("" )
3233 fmt .Println ("Total recommendations:" , len (aprl ))
33-
34- fmt .Println ("# | Id | Resource Type | Category | Impact | Recommendation | Learn" )
34+ fmt . Println ( "" )
35+ fmt .Println ("| | Id | Resource Type | Category | Impact | Recommendation | Learn" )
3536 fmt .Println ("---|---|---|---|---|---|---" )
3637
3738 i := 0
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ weight: 3
55---
66
77Azure Quick Review checks the following recommendations for Azure resources. The recommendations are categorized based on their impact and category:
8- {{% include "./static/rules.txt" %}}
8+
9+ {{% include "./static/rules.txt" %}}
You can’t perform that action at this time.
0 commit comments