mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
Remove invalid logic from deploy.ps1
This commit is contained in:
parent
f5c94b206f
commit
356bd71ac8
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue