xref https://github.com/pandas-dev/pandas/pull/50913#discussion_r1086815567
Similar to https://github.com/pandas-dev/pandas/pull/50338, args, *kwargs were deprecated and removed in 1.x for rolling-like methods, so the same should apply to resample methods as well.
Comment From: kostyafarber
I could have a go at this if nobody is currently working on it.
Comment From: phofl
Sounds good!