diff --git a/windows/keep-secure/code/example.ps1 b/windows/keep-secure/code/example.ps1 index 877292e484..278824d13a 100644 --- a/windows/keep-secure/code/example.ps1 +++ b/windows/keep-secure/code/example.ps1 @@ -24,7 +24,7 @@ $alertDefinitions = (Invoke-RestMethod ("{0}AlertDefinitions" -f $apiBaseUrl) -Method Get -Headers $headers).value $alertDefinitionPayload = @{ - "Name"= "The Alert's Name" + "Name"= "The alert's name" "Severity"= "Low" "InternalDescription"= "An internal description of the Alert" "Title"= "The Title"