Skip to content

Commit

Permalink
Update ALZ-LandingZones-Default.jsonc (#723)
Browse files Browse the repository at this point in the history
enableCollectionOfSqlQueriesForSecurityResearch can only hold values of:
- true ; or
- false

Not:
- "true" ; or
- "false"
  • Loading branch information
arrerezai authored Aug 14, 2024
1 parent 36eb7eb commit 6e491cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"dcrResourceId": "", // Resource Id for the deployed DCR - see https://github.com/Azure/Enterprise-Scale/blob/main/eslzArm/resourceGroupTemplates/dataCollectionRule-DefenderSQL.json
"userWorkspaceResourceId": "", //Log analytics workspace Id
"workspaceRegion": "", // Log analytics workspace region
"enableCollectionOfSqlQueriesForSecurityResearch": "false",
"enableCollectionOfSqlQueriesForSecurityResearch": false,
"bringYourOwnDcr": true // Ensure the DCR is deployed
}
},
Expand Down Expand Up @@ -528,4 +528,4 @@
]
}
]
}
}

0 comments on commit 6e491cc

Please sign in to comment.