From 356bd71ac852c3ab0ecf945e5322a0d5157ed7a8 Mon Sep 17 00:00:00 2001 From: Ben Claussen Date: Thu, 16 Feb 2023 09:48:35 -0500 Subject: [PATCH] Remove invalid logic from deploy.ps1 --- deploy.ps1 | 2 -- 1 file changed, 2 deletions(-) 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 }