From ceb91ef80a7d696d6f4ba04940b811a5ce49c75e Mon Sep 17 00:00:00 2001 From: Fred-sun <37327967+Fred-sun@users.noreply.github.com> Date: Mon, 3 Jun 2019 13:49:38 -0400 Subject: [PATCH] Update azure_rm_mariadbdatabase relate document (#57287) --- .../cloud/azure/azure_rm_mariadbdatabase.py | 20 ++++++++----------- .../azure/azure_rm_mariadbdatabase_facts.py | 11 +++++----- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase.py b/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase.py index d98550dfb7..8492b96854 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase.py @@ -18,7 +18,7 @@ DOCUMENTATION = ''' --- module: azure_rm_mariadbdatabase version_added: "2.8" -short_description: Manage MariaDB Database instance. +short_description: Manage MariaDB Database instance description: - Create, update and delete instance of MariaDB Database. @@ -38,19 +38,15 @@ options: charset: description: - The charset of the database. Check MariaDB documentation for possible values. - - This is only set on creation, use I(force_update) to recreate a database if the - values don't match. + - This is only set on creation, use I(force_update) to recreate a database if the values don't match. collation: description: - The collation of the database. Check MariaDB documentation for possible values. - - This is only set on creation, use I(force_update) to recreate a database if the - values don't match. + - This is only set on creation, use I(force_update) to recreate a database if the values don't match. force_update: description: - - When set to C(true), will delete and recreate the existing MariaDB database if any - of the properties don't match what is set. - - When set to C(false), no change will occur to the database even if any - of the properties do not match. + - When set to C(true), will delete and recreate the existing MariaDB database if any of the properties don't match what is set. + - When set to C(false), no change will occur to the database even if any of the properties do not match. type: bool default: 'no' state: @@ -65,8 +61,8 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" - - "Matti Ranta (@techknowlogick)" + - Zim Kalinowski (@zikalino) + - Matti Ranta (@techknowlogick) ''' @@ -81,7 +77,7 @@ EXAMPLES = ''' RETURN = ''' id: description: - - Resource ID + - Resource ID. returned: always type: str sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/testserver/databases/db1 diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase_facts.py index 7a66e68e97..fc970a924b 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mariadbdatabase_facts.py @@ -18,7 +18,7 @@ DOCUMENTATION = ''' --- module: azure_rm_mariadbdatabase_facts version_added: "2.8" -short_description: Get Azure MariaDB Database facts. +short_description: Get Azure MariaDB Database facts description: - Get facts of MariaDB Database. @@ -39,8 +39,8 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" - - "Matti Ranta (@techknowlogick)" + - Zim Kalinowski (@zikalino) + - Matti Ranta (@techknowlogick) ''' @@ -59,13 +59,14 @@ EXAMPLES = ''' RETURN = ''' databases: - description: A list of dictionaries containing facts for MariaDB Databases. + description: + - A list of dictionaries containing facts for MariaDB Databases. returned: always type: complex contains: id: description: - - Resource ID + - Resource ID. returned: always type: str sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/testser