mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 10:07:21 +00:00
minor edit
This commit is contained in:
parent
cfaaf66ccf
commit
4726e8ee22
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user