01398f61d5
* Remove deprecated/expired functionality * win:_msi: Remove the win_msi module * removed some missed deprecated return options and added porting guide reference Co-authored-by: dagwieers <dagwieers@users.noreply.github.com>
6 lines
564 B
YAML
6 lines
564 B
YAML
removed_features:
|
|
- win_feature - Removed deprecated 'restart_needed' returned boolean, use standardized 'reboot_required' instead
|
|
- win_package - Removed deprecated 'restart_required' returned boolean, use standardized 'reboot_required' instead
|
|
- win_package - Removed deprecated 'exit_code' returned int, use standardized 'rc' instead
|
|
- win_get_url - Removed deprecated 'win_get_url' returned dictionary, contained values are returned directly
|
|
- win_get_url - Removed deprecated 'skip_certificate_validation' parameter, use standardized 'validate_certs' instead
|