Releases: PowerAruba/PowerArubaCX
Releases · PowerAruba/PowerArubaCX
PowerArubaCX 0.6.0
What's Changed
- Update Test for Aruba CX 10.10 (and 10.11) by @alagoutte in #64
- Updated code, tests to use api version v10.08 instead of v1 (v10.04) … by @szilvasidave in #63
- System: Add Contact/Description/Location (and Tests) by @alagoutte in #58
- README.md: Add some logo from shields.io by @alagoutte in #65
- Release 0.6.0 by @alagoutte in #66
New Contributors
- @szilvasidave made their first contribution in #63
Full Changelog: v0.5.0...v0.6.0
Tested on 6x00, 83x0, OVA with release 10.06, 10.10, 10.11, 10.12
- Windows 10 with Powershell 5 / 7.3.6
- macOS with Powershell 7.3.6
- Linux with PowerShell 7.3.6
PowerArubaCX 0.5.0
What's Changed
- Tests: fix typo and enhance by @alagoutte in #41
- Enhance Set-ArubaCXInterfaces by @alagoutte in #42
- Add VRF cmdlets by @alagoutte in #40
- PSSA: fix SingularNouns by @alagoutte in #49
- Add support of Pester v5 by @alagoutte in #45
- Add Version (firmware) to Connection info by @alagoutte in #50
- Add Interfaces (vlan, lag, loopback) by @alagoutte in #51
- Finalize VRF by @alagoutte in #53
- Add cmdlets for Deploy ArubaOS CX OVA and configure by @alagoutte in #52
- Enhance/Fix : Firmware/LLDPNeighbor/Users by @alagoutte in #54
Full Changelog: v0.4.1...v0.5.0
Tested on 6300, 8320, OVA with release 10.06, 10.07, 10.08, 10.09
- Windows 10 with Powershell 5 / 7.2.1
- macOS with Powershell 7.2.1
- Linux with PowerShell 7.2.1
PowerArubaCX 0.4.1
- Fix warning about credential when connect (#39)
PowerArubaCX 0.4.0
- Add compatibility with 10.04 (#21, #27 )
- Add vsx_peer parameter for all cmdlets (#22)
- Multi Connection and add port parameter to connection (#26)
- Add Tests (Pester) (#31)
- Add User and firmware get cmdlets (#32)
- Vlans : Add/Get/Set/Remove Cmdlets (#33)
- Interfaces : Set and Add/Remove VlansTrunks (#34)
- System : Set system cmdlet (#35)
Remove Get-ArubaCXPorts (API not longer with 10.04)
Tested on 6300, 8320, OVA with release 10.04.00430
- Windows 10 with Powershell 6.2.4
- macOS with Powershell 6.2.4
PowerArubaCX 0.3.0
4 new cmdlets
- Get-ArubaCXSystem for get system information
- Get-ArubaCXInterfaces for get interfaces information
- Get-ArubaCXPorts for get ports (vlan, lag...) information
- Get-ArubaCXLLDPNeighbor for get LLDP Neighbor information (for a specific port)
All cmdlets can use depth/selector/attributes parameter
Fix also a issue when there is already a "?" on uri (Invoke-ArubaCXRestMethod) #12
PowerArubaCX 0.2
PowerArubaCX 0.1: First Release !
First PowerArubaCX module release
- Support Connection (and Disconnect) to Aruba CX Switch using API
- Invoke API using Invoke-ArubaCXRestMethod
- And a README(.md) to explain this !