Hi, team
In version 14_1 this method was removed from ResourceNames class
public static function forOperatingSystemVersionConstant($criterionId): string;
Is there any explanation why this was done?
I can't find in the doc how else to get the operating system version constant resource name to then use it for
$operationSystemInfo = (new OperatingSystemVersionInfo())->setOperatingSystemVersionConstant($resourceName);
Should I now prepare this resource name string manually?