class RuboCop::Cop::Chef::Modernize::SevenZipArchiveResource

Use the archive_file resource built into Chef Infra Client 15+ instead of the seven_zip_archive

@example

### incorrect
seven_zip_archive "C:\file.zip" do
  path 'C:\expand_here'
end