Private/Types/validators/RepositoryType.generated.ps1
using namespace System.Management.Automation class RepositoryTypeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('DVLS', 'Asset') } } |