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