From 2cb3094b685c5ba3966bbf3f23610c9f5ba50715 Mon Sep 17 00:00:00 2001 From: Fred-sun <37327967+Fred-sun@users.noreply.github.com> Date: Tue, 4 Jun 2019 09:41:00 -0400 Subject: [PATCH] Update azure_rm_mysqlconfiguration related document (#57335) --- .../modules/cloud/azure/azure_rm_mysqlconfiguration.py | 9 ++++----- .../cloud/azure/azure_rm_mysqlconfiguration_facts.py | 9 +++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration.py index 32ddb96c43b..6021e87319f 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_mysqlconfiguration version_added: "2.8" -short_description: Manage Configuration instance. +short_description: Manage Configuration instance description: - Create, update and delete instance of Configuration. @@ -39,8 +39,7 @@ options: - Value of the configuration. state: description: - - Assert the state of the MySQL configuration. Use C(present) to update setting, or - C(absent) to reset to default value. + - Assert the state of the MySQL configuration. Use C(present) to update setting, or C(absent) to reset to default value. default: present choices: - absent @@ -50,7 +49,7 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' @@ -66,7 +65,7 @@ EXAMPLES = ''' RETURN = ''' id: description: - - Resource ID + - Resource ID. returned: always type: str sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/myServer/confi diff --git a/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration_facts.py b/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration_facts.py index 772f07dd4e7..de044b8506f 100644 --- a/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration_facts.py +++ b/lib/ansible/modules/cloud/azure/azure_rm_mysqlconfiguration_facts.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: azure_rm_mysqlconfiguration_facts version_added: "2.8" -short_description: Get Azure MySQL Configuration facts. +short_description: Get Azure MySQL Configuration facts description: - Get facts of Azure MySQL Configuration. @@ -38,7 +38,7 @@ extends_documentation_fragment: - azure author: - - "Zim Kalinowski (@zikalino)" + - Zim Kalinowski (@zikalino) ''' @@ -57,13 +57,14 @@ EXAMPLES = ''' RETURN = ''' settings: - description: A list of dictionaries containing MySQL Server settings. + description: + - A list of dictionaries containing MySQL Server settings. returned: always type: complex contains: id: description: - - Setting resource ID + - Setting resource ID. returned: always type: str sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/testmysqlser