Skip to content

Commit

Permalink
Updated DeployNewEnvironmentWH.ps1 in Azure Automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nboettcher committed Nov 14, 2017
1 parent 185a995 commit 4fe97cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeployNewEnvironmentWH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ if ($WebhookData -ne $null) {
$EnvName = $env.environmentName
Write-Output "Deploying $EnvName"

[guid]$tenantId = .\DeployNewEnvironment.ps1 -accountId $env.accountId -sqlServer $env.sqlServer -poolName $env.poolName -environmentName $env.environmentName -product $env.product -modules $env.modules -adminEmailAddress $env.adminEmailAddress -adminFirstName $env.adminFirstName -adminLastName $env.adminLastName
[guid]$tenantId = .\DeployNewEnvironment.ps1 -accountId $env.accountId -sqlServer $env.sqlServer -poolName $env.poolName -environmentName $env.environmentName -product $env.product -modules $env.modules -adminEmailAddress $env.adminEmailAddress -adminFirstName $env.adminFirstName -adminLastName $env.adminLastName -idp $env.idp -idpUserId $env.idpUserId
}
}

0 comments on commit 4fe97cb

Please sign in to comment.