Skip to content

Commit

Permalink
Fixes #15
Browse files Browse the repository at this point in the history
Also increment to PSCUCM 0.1.1
  • Loading branch information
corbob committed Feb 14, 2019
1 parent 99242bb commit c90f844
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion PSCUCM/PSCUCM.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ModuleToProcess = 'PSCUCM.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'

# ID used to uniquely identify this module
GUID = '6dce3384-d179-4bcd-92c0-445b281e4510'
Expand Down
2 changes: 0 additions & 2 deletions PSCUCM/functions/device/Get-PSCUCMPhone.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
Select-Object -ExpandProperty node |
Select-Object -ExpandProperty '#text'
$CucmAxlSplat = @{
'server' = $server
'entity' = 'getPhone'
'parameters' = @{
'name' = $phoneName
}
'Credential' = $Credential
}
Invoke-PSCUCMAxlQuery @CucmAxlSplat | Select-Xml -XPath '//phone' | Select-Object -ExpandProperty node
}

0 comments on commit c90f844

Please sign in to comment.