Windows_Task on Chef Client 14.6.47

Is there an update to set the option "Run whether user is logged on or not" for Windows_Task resource on Chef-client 14.6.47? Please is the resource that I always used.

windows_task 'applyDevLicenseFile' do
user "blackmountain\chef"
password "#{password['chef_password']}"
command ""#{node["installer_dir"]}\applyDevLicenseFile.bat""
action :create
frequency :none
run_level :highest
end

Hi Sid, this is unexpected behavior from the windows_task resource that we modified in 14.6 and we're working on a fix.

Stuart.