Private/Types/validators/IntelligentCacheAction.generated.ps1

using namespace System.Management.Automation

class IntelligentCacheActionValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('AddUpdate', 'Delete')
    }
}