Skip to content

Commit

Permalink
Merge pull request #29 from alagoutte/readme
Browse files Browse the repository at this point in the history
Update README for 0.4.0
  • Loading branch information
alagoutte authored Mar 3, 2020
2 parents 95f282f + b4e2b42 commit b7c17da
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 105 deletions.
Binary file added Medias/PowerArubaCX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions PowerArubaCX/PowerArubaCX.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PowerArubaCX.psm1'

# Version number of this module.
ModuleVersion = '0.3.0'
ModuleVersion = '0.4.0'

# ID used to uniquely identify this module
GUID = '44c73bcd-17c0-5d37-c0bd-16b5b41d621a'
Expand Down Expand Up @@ -103,7 +103,7 @@ PrivateData = @{
ProjectUri = 'https://github.com/PowerAruba/PowerArubaCX'

# A URL to an icon representing this module.
# IconUri = ''
IconUri = 'https://raw.githubusercontent.com/alagoutte/PowerArubaCX/readme/Medias/PowerArubaCX.png'

# ReleaseNotes of this module
# ReleaseNotes = ''
Expand Down
2 changes: 1 addition & 1 deletion PowerArubaCX/Public/Interfaces.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function Set-ArubaCXInterfaces {
.EXAMPLE
Get-ArubaCXInterfaces -interface 1/1/1 | Set-ArubaCXInterfaces -vlan_mode native-untagged -vlan_tag 85 -vlan_trunks 44,45
Set the interface 1/1/1 on native-untagged mode with vlan 85 and tagged vlan 45 and 45
Set the interface 1/1/1 on native-untagged mode with vlan 85 and tagged vlan 44 and 45
.EXAMPLE
Get-ArubaCXInterfaces -interface 1/1/1 | Set-ArubaCXInterfaces -ip4_address 192.0.2.1 -ip4_mask 24
Expand Down
Loading

0 comments on commit b7c17da

Please sign in to comment.