Skip to content

Commit

Permalink
fix analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
kpoineal committed Feb 7, 2025
1 parent 129512c commit 0c8199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wara/advisor/advisor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Get-WAFAdvisorRecommendation {
| extend location = iff(properties.impactedField =~ 'microsoft.subscriptions/subscriptions', 'global', coalesce(location,location1))
| extend type = iff(properties.impactedField =~ 'microsoft.subscriptions/subscriptions', 'microsoft.subscription/subscriptions', tolower(properties.impactedField))
| project recommendationId = properties.recommendationTypeId, type, name = properties.impactedValue, id, subscriptionId, resourceGroup, location, category = properties.category, impact = properties.impact, description = properties.shortDescription.solution
| summarize count() by type"
| order by ['id']"

<# $advquery = `
"advisorresources
Expand Down

0 comments on commit 0c8199b

Please sign in to comment.