Skip to content

Commit 7ec8788

Browse files
committed
Fixed line 208 of script per GitHub issue.
1 parent ce265fe commit 7ec8788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/features/sql-data-sync/DataSyncLogPowerShellRunbook.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ foreach ($ResourceGroup in $ResourceGroupName)
205205

206206

207207

208-
Post-OMSData -customerId $customerId -sharedKey $sharedKey -body ([System.Text.Encoding]::UTF8.GetBytes($json)) -logType $logType
208+
$result = Post-OMSData -customerId $customerId -sharedKey $sharedKey -body ([System.Text.Encoding]::UTF8.GetBytes($json)) -logType $logType
209209
if ($result -eq 200)
210210
{
211211
Write-Host "Success"

0 commit comments

Comments
 (0)