Commit graph

53 commits

Author SHA1 Message Date
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
55510e5f03 Set theme jekyll-theme-slate 2020-12-08 09:29:51 -05:00
Ben Claussen
5a3487b6d4
Merge pull request #1 from benclaussen/dev 2020-04-09 16:35:07 -04:00
Ben Claussen
dbee6fbf97 Update version 2020-04-09 16:33:10 -04:00
Ben Claussen
bf8cbb41cc Correct New-NetboxIPAMVLAN function copied from Net-NetboxIPAMAddress 2020-04-09 16:19:36 -04:00
Ben Claussen
909cd73327 Add prefix parameter 2020-04-09 09:58:52 -04:00
Ben Claussen
4fdc9bb833 Add address parameter 2020-04-09 09:58:36 -04:00
Ben Claussen
0b095e7280 Add deploy.ps1 for PSS deploy workaround 2020-04-09 09:57:59 -04:00
Ben Claussen
d6b4e69f69 File restructuring 2020-04-09 09:57:20 -04:00
Ben Claussen
9f543b8f2d Restructure files 2020-03-23 12:18:01 -04:00
Ben Claussen
002feadb4a Begin writing tests 2019-12-10 15:10:02 -05:00
Ben Claussen
8194acb5eb Push compiled module 2019-12-10 15:09:42 -05:00
Ben Claussen
32b7db1eb7 Project file updates 2018-10-18 12:56:18 -04:00
Ben Claussen
bb9ff77e5c Start tenancy functions 2018-10-18 12:55:43 -04:00
Ben Claussen
ecad4ab499 Add test for Custom Field parameters 2018-10-18 12:55:23 -04:00
Ben Claussen
113eb3585d Change IF to SWITCH for CmdletParameterName for ID, Query, Custom fields 2018-10-18 12:55:03 -04:00
Ben Claussen
839fe3e1e5 Move support functions to separate files for PSS Export functionality 2018-10-18 12:54:15 -04:00
Ben Claussen
ea05aef908 Correct Primary_IPx parameter names 2018-05-29 13:13:53 -04:00
Ben Claussen
8ec7c97890 v1.0.2 2018-05-29 10:43:23 -04:00
Ben Claussen
b73bbcb8dc Add pipeline support for Get-NetboxIPAMAvailableIP 2018-05-29 10:41:57 -04:00
Ben Claussen
3b33bcecce Moving functions to new files 2018-05-25 15:11:59 -04:00
Ben Claussen
1f98253f12 Test cleanup 2018-05-25 12:58:28 -04:00
Ben Claussen
5550d29864 Add DCIM Interface functions 2018-05-25 12:56:12 -04:00
Ben Claussen
856a51e187 Add Interface functions and tests 2018-05-24 16:39:45 -04:00
Ben Claussen
bac691c196 Move imports for choices.json files 2018-05-24 10:41:26 -04:00
Ben Claussen
9a91803014 Add Set-NetboxDCIMDevice function and tests 2018-05-24 10:41:11 -04:00
Ben Claussen
3c30d37fd2 Add DCIMDevices add/set/remove functions and tests 2018-05-23 16:47:31 -04:00
Ben Claussen
6f26627fcb Add pipeline support for Set/Remove-NetboxIPAMAddress and tests 2018-05-23 11:55:31 -04:00
Ben Claussen
0d70d51a3a Begin DCIM cmdlets and tests 2018-05-23 11:10:40 -04:00
Ben Claussen
b8bfcf33e3 Rename ValidateIPAMChoices and ValidateVirtualizationChoices to singluar Choice 2018-05-23 11:09:51 -04:00
Ben Claussen
b50375722e Add DCIM choices and tests
- Update ValidateChoice to handle strings and booleans
2018-05-23 11:08:42 -04:00
Ben Claussen
462357646e Changes
- Add Remove-NetboxVirtualMachine
- Rename Set-NetboxVirtualInterface
- Update tests
2018-05-22 16:50:51 -04:00
Ben Claussen
644ddb95b6 v1.0.1 2018-05-21 15:36:04 -04:00
Ben Claussen
107040f9cd Update Verify function to Validate 2018-05-21 15:35:26 -04:00
Ben Claussen
6aea89d687 Change appropriate ADD to NEW commands
- New-NetboxIPAMAddress
- New-NetboxVirtualMachine
2018-05-21 15:00:17 -04:00
Ben Claussen
cf4f2e3a0f Update credential parameter in Connect-NetboxAPI 2018-05-21 14:50:36 -04:00
Ben Claussen
4df43e6d6d Fix ScriptAnalyzer issues
- Get/Set-NetboxCredential singular noun
- Set-NetboxCredential token use securestring
- Set-NetboxCredential/Hostname to use shouldProcess
- Update tests
2018-05-21 10:56:20 -04:00
Ben Claussen
7ba549828d Set-NetboxVirtualMachine and tests 2018-05-21 10:32:19 -04:00
Ben Claussen
53a64915b5 Removing old files 2018-05-21 10:31:43 -04:00
Ben Claussen
895b16450a Removing staging files 2018-05-18 12:44:10 -04:00
Ben Claussen
749641bd12 Release v1 2018-05-18 12:41:01 -04:00
Ben Claussen
8964857c97 Update readme 2018-05-18 12:37:57 -04:00
Ben Claussen
982b1dcf7a Add readme 2018-05-18 12:36:38 -04:00
Ben Claussen
eebb1caf4a Add license 2018-05-18 12:19:15 -04:00
Ben Claussen
97a88f5cf2 Changes 2018-05-18 12:14:27 -04:00
Ben Claussen
18dfa3a07a Bunch o changes 2018-05-16 10:54:20 -04:00
Ben Claussen
be25833f5a Updates 2018-05-14 16:46:12 -04:00
Ben Claussen
cadaf4ab9b Gitignore 2018-05-14 16:44:25 -04:00
Ben Claussen
34849685c1 Updates 2018-05-11 16:33:26 -04:00