NetboxPS/Functions/Setup
Alexis La Goutte 8167b0dbf0
Fix PSSA Warning (#20)
* Fix trailing white space

using Invoke-ScriptAnalyzer -Fix -Path . -Recurse

* add settings.json for configure Visual Code (Formatter)

* PSSA: Fix Command accepts pipeline input but has not defined a process block

* PSSA: Fix PSUseDeclaredVarsMoreThanAssignments

The variable 'I_B' is assigned but never used
The variable 'I_A' is assigned but never used

* PSSA: Fix PSUseShouldProcessForStateChangingFunctions

Function New-/Set-... has verb that could change system state. Therefore, the function has to support 'ShouldProcess'
2021-07-23 16:06:42 -04:00
..
Support Trim whitespaces 2021-07-22 11:39:39 -04:00
Connect-NetboxAPI.ps1 Remove API Definition caching and replace with Netbox version check 2021-07-22 11:52:57 -04:00
Get-NetboxCredential.ps1 Setup(Functions): Fix indent (using Visual Code Formatter) 2021-07-21 23:06:17 +02:00
Get-NetboxHostname.ps1 Setup(Functions): Fix indent (using Visual Code Formatter) 2021-07-21 23:06:17 +02:00
Get-NetboxHostPort.ps1 Fix PSSA Warning (#20) 2021-07-23 16:06:42 -04:00
Get-NetboxHostScheme.ps1 Fix PSSA Warning (#20) 2021-07-23 16:06:42 -04:00
Get-NetboxInvokeParams.ps1 Correct typo 2021-07-22 10:27:58 -04:00
Get-NetboxTimeout.ps1 Trim whitespaces 2021-07-22 11:39:39 -04:00
Get-NetboxVersion.ps1 Add Get-NetboxVersion function 2021-07-22 11:52:08 -04:00
Set-NetboxCipherSSL.ps1 Add Set-netboxCipherSSL for enable TLS1.1 and TLS1.2 (for PS 5.0) 2021-07-21 23:06:17 +02:00
Set-NetboxCredential.ps1 Setup(Functions): Fix indent (using Visual Code Formatter) 2021-07-21 23:06:17 +02:00
Set-NetboxHostName.ps1 Setup(Functions): Fix indent (using Visual Code Formatter) 2021-07-21 23:06:17 +02:00
Set-NetboxHostPort.ps1 Fix PSSA Warning (#20) 2021-07-23 16:06:42 -04:00
Set-NetboxHostScheme.ps1 Fix PSSA Warning (#20) 2021-07-23 16:06:42 -04:00
Set-NetboxInvokeParams.ps1 Correct brace formatting 2021-07-22 10:28:22 -04:00
Set-NetboxTimeout.ps1 Trim whitespaces 2021-07-22 11:39:39 -04:00
Set-NetboxUnstrustedSSL.ps1 Add Set-NetboxUnstrustedSSL for disable SSL chain test (for PS 5.0 2021-07-21 23:06:17 +02:00