mysql_user: deprecate alias user for name argument (#670)

* mysql_user: deprecate alias user for name argument
* Fix module and tests
This commit is contained in:
Andrew Klychkov 2024-09-02 18:07:11 +02:00 committed by GitHub
commit 59c26211ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 8 deletions

View file

@ -0,0 +1,2 @@
breaking_changes:
- mysql_user - the ``user`` alias of the ``name`` argument has been deprecated and will be removed in collection version 5.0.0. Use the ``name`` argument instead.