* 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'
* IPAMAddress(New): Remove tab (use 4 spaces)
* IPAMAddress(New): Remove not longer needed code about value validation
* IPAMAddress(New): Add Assigned Object Type and ID
Fix#17
* IPAMAddress(New): add Parameter example
* IPAMAddress(New): Add Validate for Assigned Object Type
Can be only dcim.interface or virtualization.vminterface
* IPAMAddress(New): Fix Example (it is New and not Create Verb !)
* IPAMAddress(New): Remove -Force parameter, use -Confirm if you want a confirmation
it is the standard with ShouldProcess
* Address(IPAM): Fix trailing whitespace (with Visual Code Formater)
* Address(IPAM): Fix PSSA about Command accepts pipeline input but not defined a process block
* Address(IPAM): Add dns_name parameter to Add and Set
* Address(IPAM): all integer are [int] (not uint16)