From 67969fa20428a79630dc69725c53b7ae8600f284 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 12 Apr 2019 14:35:56 +0200 Subject: [PATCH] New release : 0.3 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/PowerArubaCX.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerArubaCX/PowerArubaCX.psd1 b/PowerArubaCX/PowerArubaCX.psd1 index 062ea1c..e1d5a8e 100644 --- a/PowerArubaCX/PowerArubaCX.psd1 +++ b/PowerArubaCX/PowerArubaCX.psd1 @@ -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')