chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Remove the deprecated identity_file option #469

Closed tas50 closed 5 years ago

tas50 commented 5 years ago

This option has been deprecated for many years and was replaced with ssh_identity_file. Make sure we're using ssh_identity_file everywhere in knife-windows instead of identify_file.

dheerajd-msys commented 5 years ago

As we agreed upon to keep --identity-file option until chef v14 goes EOL. Other deprecated options are removed in the PR chef/knife-windows#470