mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Ansible.Basic: make module options case insensitive with dep warning (#51583)
* Ansible.Basic: make module options case insensitive with dep warning * Add porting guide info
This commit is contained in:
@@ -112,6 +112,10 @@ 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.
|
||||
|
||||
|
||||
Modules removed
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user