This commit is contained in:
Akshay H 2019-10-01 09:47:31 +05:30 коммит произвёл GitHub
Родитель 93ca59b6b7
Коммит 0c32a0cdcf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ $body = @"
"@
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
$returnStatus = $resp.StatusDescription