module Chef::DSL::Powershell
def ps_credential(username = "placeholder", password) # rubocop:disable Style/OptionalArguments
def ps_credential(username = "placeholder", password) # rubocop:disable Style/OptionalArguments Chef::Util::Powershell::PSCredential.new(username, password) end