functions/Get-VirtualNetwork.ps1
function Get-VirtualNetwork { [CmdletBinding()] param ( ) throw [System.NotImplementedException]::new('Uh oh...') } |
function Get-VirtualNetwork { [CmdletBinding()] param ( ) throw [System.NotImplementedException]::new('Uh oh...') } |