IPAMAddress(New): Fix Example (it is New and not Create Verb !)

This commit is contained in:
Alexis La Goutte 2021-07-23 16:45:21 +02:00
parent 70b01257de
commit b5d1036878

View file

@ -63,7 +63,9 @@ function New-NetboxIPAMAddress {
Return raw results from API service
.EXAMPLE
PS C:\> Create-NetboxIPAMAddress
New-NetboxIPAMAddress -Address 192.0.2.1/32
Add new IP Address 192.0.2.1/32 with status active
.NOTES
Additional information about the function.