class RuboCop::Cop::Chef::Modernize::WindowsZipfileUsage

Use the archive_file resource built into Chef Infra Client 15+ instead of the windows_zipfile from the Windows cookbook

@example

### incorrect
windows_zipfile 'C:\\files\\' do
  source 'C:\\Temp\\file.zip'
end