Skip to content

Releases: PowerAruba/PowerArubaCX

PowerArubaCX 0.6.0

17 Sep 19:03
Compare
Choose a tag to compare

What's Changed

New Contributors

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

24 Jan 17:31
cf4fb08
Compare
Choose a tag to compare

What's Changed

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

04 Mar 12:02
17c59c5
Compare
Choose a tag to compare
  • Fix warning about credential when connect (#39)

PowerArubaCX 0.4.0

03 Mar 21:41
b7c17da
Compare
Choose a tag to compare
  • 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

12 Apr 13:31
0f92171
Compare
Choose a tag to compare

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

17 Mar 09:28
0ad2752
Compare
Choose a tag to compare
  • Add support of PowerShell 6 (Core), tested on Windows/Linux/macOS (#7)
  • Enhance Invoke-RestMethod (Add depth, selector, attributes) parameter (#8)

PowerArubaCX 0.1: First Release !

16 Mar 15:49
5a7f119
Compare
Choose a tag to compare

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 !