API URL correction (#172)
This commit is contained in:
Родитель
f24b365722
Коммит
a281a95b60
|
@ -17,7 +17,7 @@ $body = @"
|
||||||
"@
|
"@
|
||||||
|
|
||||||
Write-Host "Provisioning project ..." -ForegroundColor Blue -BackgroundColor Cyan
|
Write-Host "Provisioning project ..." -ForegroundColor Blue -BackgroundColor Cyan
|
||||||
$resp = Invoke-WebRequest -Uri "https://demogenapi.azurewebsites.net/api/environment/create" -Method "POST" -ContentType application/json -Body $body
|
$resp = Invoke-WebRequest -Uri "https://azuredevopsdemogenerator.azurewebsites.net/api/environment/create" -Method "POST" -ContentType application/json -Body $body
|
||||||
|
|
||||||
$returnCode = $resp.StatusCode
|
$returnCode = $resp.StatusCode
|
||||||
$returnStatus = $resp.StatusDescription
|
$returnStatus = $resp.StatusDescription
|
||||||
|
|
Загрузка…
Ссылка в новой задаче