Try doing both of these:
new CustomPluralizationEntry("Settings_TAS", "Settings_TAS")
TableRename = (name, schema) =>
{
return name.Replace("_TAS", "_Tas");
};