mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge pull request #383 from douglaslMS/sync-fix-script
Fixed line 208 of script per GitHub issue.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user