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