From be0f1349785c624a5d8e9f3430506d20406c544e Mon Sep 17 00:00:00 2001 From: Luis Chaves Date: Thu, 20 Apr 2023 16:23:20 -0600 Subject: [PATCH 1/3] Removed ServiceMap --- infra-as-code/bicep/modules/logging/README.md | 1 - .../bicep/modules/logging/samples/baseline.sample.bicep | 1 - 2 files changed, 2 deletions(-) diff --git a/infra-as-code/bicep/modules/logging/README.md b/infra-as-code/bicep/modules/logging/README.md index 473f0bdab..5ba38b7a9 100644 --- a/infra-as-code/bicep/modules/logging/README.md +++ b/infra-as-code/bicep/modules/logging/README.md @@ -11,7 +11,6 @@ The module will deploy the following Log Analytics Workspace solutions by defaul - ChangeTracking - Security - SecurityInsights (Azure Sentinel) -- ServiceMap - SQLAdvancedThreatProtection - SQLVulnerabilityAssessment - SQLAssessment diff --git a/infra-as-code/bicep/modules/logging/samples/baseline.sample.bicep b/infra-as-code/bicep/modules/logging/samples/baseline.sample.bicep index 882a07ad6..11612fdc2 100644 --- a/infra-as-code/bicep/modules/logging/samples/baseline.sample.bicep +++ b/infra-as-code/bicep/modules/logging/samples/baseline.sample.bicep @@ -31,7 +31,6 @@ module baseline_logging '../logging.bicep' = { 'ChangeTracking' 'Security' 'SecurityInsights' - 'ServiceMap' 'SQLAdvancedThreatProtection' 'SQLVulnerabilityAssessment' 'SQLAssessment' From b1386f30f776512445a933e9e341bd3125f1a218 Mon Sep 17 00:00:00 2001 From: Luis Chaves Date: Fri, 21 Apr 2023 10:24:28 -0600 Subject: [PATCH 2/3] Removed ServiceMap, added missing file --- infra-as-code/bicep/modules/logging/logging.bicep | 2 -- 1 file changed, 2 deletions(-) diff --git a/infra-as-code/bicep/modules/logging/logging.bicep b/infra-as-code/bicep/modules/logging/logging.bicep index b1c1d1a88..2dd2c42c6 100644 --- a/infra-as-code/bicep/modules/logging/logging.bicep +++ b/infra-as-code/bicep/modules/logging/logging.bicep @@ -31,7 +31,6 @@ param parLogAnalyticsWorkspaceLogRetentionInDays int = 365 'ChangeTracking' 'Security' 'SecurityInsights' - 'ServiceMap' 'SQLAdvancedThreatProtection' 'SQLVulnerabilityAssessment' 'SQLAssessment' @@ -45,7 +44,6 @@ param parLogAnalyticsWorkspaceSolutions array = [ 'ChangeTracking' 'Security' 'SecurityInsights' - 'ServiceMap' 'SQLAdvancedThreatProtection' 'SQLVulnerabilityAssessment' 'SQLAssessment' From ede439b94ab3629c6157bed50a7b09ebb6740f2d Mon Sep 17 00:00:00 2001 From: Luis Chaves Date: Fri, 21 Apr 2023 10:38:03 -0600 Subject: [PATCH 3/3] Removed ServiceMap --- .../bicep/modules/logging/generateddocs/logging.bicep.md | 5 ++--- .../modules/logging/parameters/logging.parameters.all.json | 1 - .../modules/logging/parameters/logging.parameters.min.json | 1 - .../logging/parameters/mc-logging.parameters.all.json | 1 - .../logging/parameters/mc-logging.parameters.min.json | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) diff --git a/infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md b/infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md index a2c154049..6387c501b 100644 --- a/infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md +++ b/infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md @@ -59,9 +59,9 @@ Number of days of log retention for Log Analytics Workspace. Solutions that will be added to the Log Analytics Workspace. -- Default value: `AgentHealthAssessment AntiMalware ChangeTracking Security SecurityInsights ServiceMap SQLAdvancedThreatProtection SQLVulnerabilityAssessment SQLAssessment Updates VMInsights` +- Default value: `AgentHealthAssessment AntiMalware ChangeTracking Security SecurityInsights SQLAdvancedThreatProtection SQLVulnerabilityAssessment SQLAssessment Updates VMInsights` -- Allowed values: `AgentHealthAssessment`, `AntiMalware`, `ChangeTracking`, `Security`, `SecurityInsights`, `ServiceMap`, `SQLAdvancedThreatProtection`, `SQLVulnerabilityAssessment`, `SQLAssessment`, `Updates`, `VMInsights` +- Allowed values: `AgentHealthAssessment`, `AntiMalware`, `ChangeTracking`, `Security`, `SecurityInsights`, `SQLAdvancedThreatProtection`, `SQLVulnerabilityAssessment`, `SQLAssessment`, `Updates`, `VMInsights` ### parAutomationAccountName @@ -159,7 +159,6 @@ outAutomationAccountId | string | "ChangeTracking", "Security", "SecurityInsights", - "ServiceMap", "SQLAdvancedThreatProtection", "SQLVulnerabilityAssessment", "SQLAssessment", diff --git a/infra-as-code/bicep/modules/logging/parameters/logging.parameters.all.json b/infra-as-code/bicep/modules/logging/parameters/logging.parameters.all.json index 3f754d656..6245b9571 100644 --- a/infra-as-code/bicep/modules/logging/parameters/logging.parameters.all.json +++ b/infra-as-code/bicep/modules/logging/parameters/logging.parameters.all.json @@ -21,7 +21,6 @@ "ChangeTracking", "Security", "SecurityInsights", - "ServiceMap", "SQLAdvancedThreatProtection", "SQLVulnerabilityAssessment", "SQLAssessment", diff --git a/infra-as-code/bicep/modules/logging/parameters/logging.parameters.min.json b/infra-as-code/bicep/modules/logging/parameters/logging.parameters.min.json index 6aea5a068..a962c9a3f 100644 --- a/infra-as-code/bicep/modules/logging/parameters/logging.parameters.min.json +++ b/infra-as-code/bicep/modules/logging/parameters/logging.parameters.min.json @@ -15,7 +15,6 @@ "ChangeTracking", "Security", "SecurityInsights", - "ServiceMap", "SQLAdvancedThreatProtection", "SQLVulnerabilityAssessment", "SQLAssessment", diff --git a/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.all.json b/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.all.json index 2ff20a9d3..b2e994b67 100644 --- a/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.all.json +++ b/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.all.json @@ -21,7 +21,6 @@ "ChangeTracking", "Security", "SecurityInsights", - "ServiceMap", "SQLAdvancedThreatProtection", "SQLVulnerabilityAssessment", "SQLAssessment", diff --git a/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.min.json b/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.min.json index 9c4775654..04d9b40d4 100644 --- a/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.min.json +++ b/infra-as-code/bicep/modules/logging/parameters/mc-logging.parameters.min.json @@ -15,7 +15,6 @@ "ChangeTracking", "Security", "SecurityInsights", - "ServiceMap", "SQLAdvancedThreatProtection", "SQLVulnerabilityAssessment", "SQLAssessment",