Private/Suse/Set-UnattendedYastProductKey.ps1

function Set-UnattendedYastProductKey
{
    param (
        [Parameter(Mandatory = $true)]
        [string]$ProductKey
    )
}