From f404b41dd112e29fc35848c4297346a3d16b17fc Mon Sep 17 00:00:00 2001 From: Kyle Hoyer Date: Wed, 21 Jun 2023 12:12:36 -0400 Subject: [PATCH] Update defender.bicep (#775) * Update defender.bicep Updating Azure Security benchmark to new name -- Microsoft Cloud Security Benchmark * GitHub Action: Build Bicep to JSON --------- Co-authored-by: github-actions --- src/bicep/mlz.json | 14 +++++++------- src/bicep/modules/defender.bicep | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/bicep/mlz.json b/src/bicep/mlz.json index 07fb0ba42..78d2019fa 100644 --- a/src/bicep/mlz.json +++ b/src/bicep/mlz.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.10.61.36676", - "templateHash": "5303941002554581033" + "templateHash": "7571148492037470327" } }, "parameters": { @@ -4941,7 +4941,7 @@ "_generator": { "name": "bicep", "version": "0.10.61.36676", - "templateHash": "12766624793953465210" + "templateHash": "16504472308304917287" } }, "parameters": { @@ -4970,7 +4970,7 @@ }, "policySetDescription": { "type": "string", - "defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.", + "defaultValue": "The Microsoft Cloud Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Microsoft Cloud Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.", "metadata": { "description": "Policy Initiative description field" } @@ -5023,7 +5023,7 @@ { "type": "Microsoft.Authorization/policyAssignments", "apiVersion": "2020-09-01", - "name": "Azure Security Benchmark", + "name": "Microsoft Cloud Security Benchmark", "properties": { "displayName": "Defender Default", "description": "[parameters('policySetDescription')]", @@ -5070,7 +5070,7 @@ "_generator": { "name": "bicep", "version": "0.10.61.36676", - "templateHash": "12766624793953465210" + "templateHash": "16504472308304917287" } }, "parameters": { @@ -5099,7 +5099,7 @@ }, "policySetDescription": { "type": "string", - "defaultValue": "The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.", + "defaultValue": "The Microsoft Cloud Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Microsoft Cloud Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.", "metadata": { "description": "Policy Initiative description field" } @@ -5152,7 +5152,7 @@ { "type": "Microsoft.Authorization/policyAssignments", "apiVersion": "2020-09-01", - "name": "Azure Security Benchmark", + "name": "Microsoft Cloud Security Benchmark", "properties": { "displayName": "Defender Default", "description": "[parameters('policySetDescription')]", diff --git a/src/bicep/modules/defender.bicep b/src/bicep/modules/defender.bicep index 119a09fd3..4237d47cb 100644 --- a/src/bicep/modules/defender.bicep +++ b/src/bicep/modules/defender.bicep @@ -43,7 +43,7 @@ param logAnalyticsWorkspaceId string param emailSecurityContact string @description('Policy Initiative description field') -param policySetDescription string = 'The Azure Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Azure Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.' +param policySetDescription string = 'The Microsoft Cloud Security Benchmark initiative represents the policies and controls implementing security recommendations defined in Microsoft Cloud Security Benchmark v2, see https://aka.ms/azsecbm. This also serves as the Microsoft Defender for Cloud default policy initiative. You can directly assign this initiative, or manage its policies and compliance results within Microsoft Defender.' // defender @@ -81,7 +81,7 @@ resource securityNotifications 'Microsoft.Security/securityContacts@2017-08-01-p } resource securityPoliciesDefault 'Microsoft.Authorization/policyAssignments@2020-09-01' = { - name: 'Azure Security Benchmark' + name: 'Microsoft Cloud Security Benchmark' scope: subscription() properties: { displayName: 'Defender Default'