diff --git a/deploy.ps1 b/deploy.ps1 index b79da4f..c272fd9 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -157,7 +157,5 @@ if ($ResetCurrentEnvironment) { Write-Warning "Running commands to reset current environment" Write-Host " Reimporting module" Import-Module $PSM1OutputPath, $PSD1OutputPath -Force -ErrorAction Stop - Write-Host " Connecting to VivantioAPI" - Connect-VivantioAPI -Credential $VivantioAPICredential -ODataURI 'https://neonet.vivantio.com/odata/' -RPCURI 'https://webservices-na01.vivantio.com/api/' -ErrorAction Stop Write-Host "Reset complete" -ForegroundColor Green }