Skip to content

Commit 80a23f4

Browse files
remove extra bracket in script
1 parent dec3a37 commit 80a23f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/defender-for-cloud/onboard-management-group.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Onboard a management group
33
description: Learn how to use a supplied Azure Policy definition to enable Microsoft Defender for Cloud for all the subscriptions in a management group.
44
ms.topic: how-to
5-
ms.date: 02/21/2023
5+
ms.date: 03/20/2024
66
---
77

88
# Enable Defender for Cloud on all subscriptions in a management group
@@ -78,11 +78,9 @@ There are various ways you might choose to modify the Azure Policy definition:
7878

7979
```json
8080
"existenceCondition": {
81-
{
8281
"field": "microsoft.security/pricings/pricingTier",
8382
"equals": "standard"
8483
},
85-
},
8684
```
8785

8886
- **Define some Microsoft Defender plans to apply when enabling Defender for Cloud** - The supplied policy enables Defender for Cloud without any of the optional enhanced security features. You might choose to enable one or more of the Microsoft Defender plans.

0 commit comments

Comments
 (0)