Skip to content

Commit

Permalink
New release : 0.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alagoutte committed Apr 12, 2019
1 parent d496cbd commit 67969fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerArubaCX/PowerArubaCX.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PrivateData = @{

PSData = @{

Prerelease = '-dev'
#Prerelease = '-dev'

# Tags applied to this module. These help with module discovery in online galleries.
Tags = @('Aruba', 'HPE', 'Switch', 'CX')
Expand Down

0 comments on commit 67969fa

Please sign in to comment.