From b98e94df8f904501d3c2f47a38b755a4c7e7ca4b Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 26 Mar 2019 11:02:55 +1000 Subject: [PATCH] porting guide - move win_dsc changes to proper section (#54372) --- docs/docsite/rst/porting_guides/porting_guide_2.8.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst index deb7208c3f..969c5fad79 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst @@ -217,8 +217,6 @@ add ``$ErrorActionPreference = "Continue"`` to the top of the module. This chang of the EAP that was accidentally removed in a previous release and ensure that modules are more resiliant to errors that may occur in execution. -The ``win_dsc`` module will now validate the input options for a DSC resource. In previous versions invalid options would be ignored but are now not. - Modules removed --------------- @@ -314,6 +312,9 @@ Noteworthy module changes * The ``win_psexec`` has deprecated the undocumented ``extra_opts`` module option. This will be removed in Ansible 2.10. +* The ``win_dsc`` module will now validate the input options for a DSC resource. In previous versions invalid options + would be ignored but are now not. + Plugins =======