win basic - do not warn on case insensitive matches (#54371)

This commit is contained in:
Jordan Borean
2019-03-26 10:54:33 +10:00
committed by GitHub
parent c291d04bd5
commit 3044326b4d
3 changed files with 17 additions and 13 deletions

View File

@@ -217,10 +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.
PowerShell module options and option choices are currently case insensitive to what is defined in the module
specification. This behaviour is deprecated and a warning displayed to the user if a case insensitive match was found.
A future release of Ansible will make these checks case sensitive.
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