Skip to content

Commit

Permalink
Merge pull request #2 from DarrylvanderPeijl/master
Browse files Browse the repository at this point in the history
SecondaryKey
  • Loading branch information
tyconsulting committed Sep 15, 2016
2 parents ef121cb + 966ff93 commit 339b502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Test Script/Test-OMSDataInjection.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $ISONow = "{0:yyyy-MM-ddThh:mm:ssZ}" -f $now
#Change the OMSWorkspaceId
$OMSWorkSpaceId = Read-Host -Prompt 'Enter the workspace Id'
$PrimaryKey = Read-Host -Prompt 'Enter the primary key'
$SecondaryKey = Read-Host -Prompt 'Enter the secondary key'

#region Test PS object input
$ObjProperties = @{
Expand Down Expand Up @@ -37,4 +38,4 @@ $OMSDataJSON = @"
"@
Write-Output "Injecting JSON data into OMS"
$InjectData = New-OMSDataInjection -OMSConnection $OMSConnection -LogType $LogName -UTCTimeStampField 'LogTime' -OMSDataJSON $OMSDataJSON -verbose
#endregion
#endregion

0 comments on commit 339b502

Please sign in to comment.