mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
* Windows: Add Warn() and Deprecate() mechanisms Similar to what already exists for python modules. * Turn deprecations from list of strings, to list of dicts Since #20884 the internal representations of deprecation messages is changed from a list of strings to a list of dicts. * Rename to Add-Warning() and Add-DeprecationWarning() Implemented as discussed.