From 6e491ccfcadabd5375855db42c2b427ba12faf1f Mon Sep 17 00:00:00 2001 From: Arash Rezai <157028889+arrerezai@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:06:00 +0200 Subject: [PATCH] Update ALZ-LandingZones-Default.jsonc (#723) enableCollectionOfSqlQueriesForSecurityResearch can only hold values of: - true ; or - false Not: - "true" ; or - "false" --- .../policyAssignments/ALZ-LandingZones-Default.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-LandingZones-Default.jsonc b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-LandingZones-Default.jsonc index 4eaad300..3d5c9966 100644 --- a/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-LandingZones-Default.jsonc +++ b/Scripts/CloudAdoptionFramework/policyAssignments/ALZ-LandingZones-Default.jsonc @@ -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 } }, @@ -528,4 +528,4 @@ ] } ] -} \ No newline at end of file +}