Skip to content

Commit d99623d

Browse files
authored
Merge pull request #115616 from memildin/asc-melvyn-daily
Bug fix for errors in sample code
2 parents b688589 + ce05f09 commit d99623d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/security-center/custom-security-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Below is an example of a custom policy including the metadata/securityCenter pro
9898
"metadata": {
9999
"securityCenter": {
100100
"remediationDescription": "Resource Group locks can be set via Azure Portal -> Resource Group -> Locks",
101-
"severity": "High",
102-
},
101+
"severity": "High"
102+
}
103103
},
104104
"parameters": {
105105
"expressRouteLockLevel": {

0 commit comments

Comments
 (0)