minor edit

This commit is contained in:
jcaparas 2017-03-06 21:36:07 -08:00
parent cfaaf66ccf
commit 4726e8ee22

View File

@ -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"