Commit graph

10 commits

Author SHA1 Message Date
Alexis La Goutte
ad788e79da IPAMAddress(New): Remove -Force parameter, use -Confirm if you want a confirmation
it is the standard with ShouldProcess
2021-07-23 16:46:33 +02:00
Alexis La Goutte
b5d1036878 IPAMAddress(New): Fix Example (it is New and not Create Verb !) 2021-07-23 16:45:21 +02:00
Alexis La Goutte
70b01257de IPAMAddress(New): Add Validate for Assigned Object Type
Can be only dcim.interface or virtualization.vminterface
2021-07-23 16:43:34 +02:00
Alexis La Goutte
a610ed6b9f IPAMAddress(New): add Parameter example 2021-07-23 16:28:42 +02:00
Alexis La Goutte
af9a31dfe4 IPAMAddress(New): Add Assigned Object Type and ID
Fix #17
2021-07-23 16:28:38 +02:00
Alexis La Goutte
4fc505b90b IPAMAddress(New): Remove not longer needed code about value validation 2021-07-23 16:28:38 +02:00
Alexis La Goutte
76e10db018 IPAMAddress(New): Remove tab (use 4 spaces) 2021-07-23 16:28:38 +02:00
Alexis La Goutte
2595c58eaa
(WIP) Enhance IPAM Address (#4)
* 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)
2021-03-30 10:34:25 -04:00
Ben Claussen
cfb53cf933
Version 1.3.0 (#3)
* Add `OPTIONS` method validation

* Remove parameter validation as workaround for CHOICES API endpoint until further testing

* Add help block for Get-NetboxTenant

* SkipConnectedCheck for Get-NetboxAPIDefinition

* Correct help block for New-NetboxIPAMAddress

* Add parameter position 0 for 'Address' in Get-NetboxIPAMAddress

* Allow pipeline input for Address parameter in New-NetboxIPAMAddress

* Update parameter types

* Add parameter sets and logic for ID/Query searches

* Add Get-NetboxDCIMSite

* Update psproj

* Update deploy.ps1

* Move Get-NetboxCircuit

* Add Circuit cmdlets
- New-NetboxCircuit
- Get-NetboxCircuitProvider
- Get-NetboxCircuitTermination
- Get-NetboxCircuitType

* Update deploy script output path

* Update Set-NetboxIPAMAddress
- Replace Interface parameter with Assigned_Object_Type and Assigned_Object_Id
- Add validation logic for Assigned_Object_ parameters
- Change Status parameter to string

* Add Get-ModelDefinition function

* Update psproj

* Update deploy.ps1 variables

* Update exported files

* Remove references to `_choices` API calls

* Add Postman collection

* Add Postman collection

* Update deploy.ps1

* Add Set-NetboxIPAMPrefix function

* Increment version to 1.3.0

Co-authored-by: Ben Claussen <claussen@neonet.org>
2021-03-25 16:52:08 -04:00
Ben Claussen
9f543b8f2d Restructure files 2020-03-23 12:18:01 -04:00