mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
win basic - do not warn on case insensitive matches (#54371)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user