Fixed line 208 of script per GitHub issue.

This commit is contained in:
Douglas Laudenschlager
2018-03-28 14:56:18 -07:00
parent ce265feb56
commit 7ec8788a39
@@ -205,7 +205,7 @@ foreach ($ResourceGroup in $ResourceGroupName)
Post-OMSData -customerId $customerId -sharedKey $sharedKey -body ([System.Text.Encoding]::UTF8.GetBytes($json)) -logType $logType
$result = Post-OMSData -customerId $customerId -sharedKey $sharedKey -body ([System.Text.Encoding]::UTF8.GetBytes($json)) -logType $logType
if ($result -eq 200)
{
Write-Host "Success"