Skip to content

Conversation

@asukumar22
Copy link
Contributor

@asukumar22 asukumar22 commented Sep 17, 2024

Edited the order for an item, graph or ARG comes after severity in A01.37 in network_appdelivery_checklist.en.json

Description

Please provide a detailed description of your changes.

Related Issue

Link to any related issues or discussions here. This helps reviewers understand the context and the need for your changes.

Checklist

  • I've tested my changes to ensure they are ready for review.
  • I've read the CONTRIBUTING.md guide.
  • I've updated the documentation (if applicable).
  • Resource Graph queries have been included (and tested) for recommendations where ever possible1.
  • Resource Graph queries have NOT been included (please explain below).

Additional Information

Is there any additional context, screenshots, or considerations that might help in the review process? Please include them here.

Reviewer Notes

Is there a specific area you’d like feedback on? Please highlight it here. We're here to help and learn together! 💡

Footnotes

  1. Details on how to add Azure Resource Graph queries to recommendations can be found here.

Edited the order for an item, graph or ARG comes after severity
@asukumar22 asukumar22 changed the title Update network_appdelivery_checklist.en.json Edited the order for an item, graph or ARG comes after severity in A01.37 in network_appdelivery_checklist.en.json Sep 19, 2024
"severity": "High",
"link": "https://learn.microsoft.com/azure/web-application-firewall/ag/bot-protection",
"graph": "resources | where type == 'microsoft.network/applicationgatewaywebapplicationfirewallpolicies' | mv-expand properties.managedRules.managedRuleSets | project id, rulesettype = properties_managedRules_managedRuleSets.ruleSetType | extend compliant1 = (rulesettype == 'Microsoft_BotManagerRuleSet') | project id, compliant1 | summarize compliant = max(compliant1) by id"
"link": "https://learn.microsoft.com/azure/web-application-firewall/ag/bot-protection",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a comma missing before this line

Added comma to the end of ARG query line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants