public/New-AdfPublishOption.ps1
function New-AdfPublishOption { [CmdletBinding()] param ( ) return (New-Object -TypeName AdfPublishOption) } |
function New-AdfPublishOption { [CmdletBinding()] param ( ) return (New-Object -TypeName AdfPublishOption) } |