I am using Azure CLI (az advisor recommendation list) to download all recommendations for my subscriptions. What I've noticed is that it works perfectly ok for all recommendations except from security recommendations. For the security recommendations, I always get:
"shortDescription": {
"problem": "Improve the security of your Azure resources",
"solution": "Follow Security Center recommendations"
},
even though on Azure those recommendations have concrete problem/solution (like Enable Network Security Groups on subnets) I assume, I need to use another command to get the concrete security recommendation, however I cannot find anything in the documentation. Can anyone help ?