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 (Invoke-RestMethod ("{0}AlertDefinitions" -f $apiBaseUrl) -Method Get -Headers $headers).value
$alertDefinitionPayload = @{ $alertDefinitionPayload = @{
"Name"= "The Alert's Name" "Name"= "The alert's name"
"Severity"= "Low" "Severity"= "Low"
"InternalDescription"= "An internal description of the Alert" "InternalDescription"= "An internal description of the Alert"
"Title"= "The Title" "Title"= "The Title"