mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
porting guide - move win_dsc changes to proper section (#54372)
This commit is contained in:
parent
3044326b4d
commit
b98e94df8f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
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.
|
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
|
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_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
|
Plugins
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue