Update azure_rm_mariadbconfiguration related document (#57207)
This commit is contained in:
parent
49ec681a73
commit
94b711bac5
2 changed files with 11 additions and 11 deletions
|
@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_mariadbconfiguration
|
||||
version_added: "2.8"
|
||||
short_description: Manage Configuration instance.
|
||||
short_description: Manage Configuration instance
|
||||
description:
|
||||
- Create, update and delete instance of Configuration.
|
||||
|
||||
|
@ -40,8 +40,7 @@ options:
|
|||
- Value of the configuration.
|
||||
state:
|
||||
description:
|
||||
- Assert the state of the MariaDB configuration. Use C(present) to update setting, or
|
||||
C(absent) to reset to default value.
|
||||
- Assert the state of the MariaDB configuration. Use C(present) to update setting, or C(absent) to reset to default value.
|
||||
default: present
|
||||
choices:
|
||||
- absent
|
||||
|
@ -51,8 +50,8 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Zim Kalinowski (@zikalino)"
|
||||
- "Matti Ranta (@techknowlogick)"
|
||||
- Zim Kalinowski (@zikalino)
|
||||
- Matti Ranta (@techknowlogick)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
@ -67,7 +66,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/myServer/confi
|
||||
|
|
|
@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: azure_rm_mariadbconfiguration_facts
|
||||
version_added: "2.8"
|
||||
short_description: Get Azure MariaDB Configuration facts.
|
||||
short_description: Get Azure MariaDB Configuration facts
|
||||
description:
|
||||
- Get facts of Azure MariaDB Configuration.
|
||||
|
||||
|
@ -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 = '''
|
||||
settings:
|
||||
description: A list of dictionaries containing MariaDB Server settings.
|
||||
description:
|
||||
- A list of dictionaries containing MariaDB 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.DBforMariaDB/servers/testserver
|
||||
|
|
Loading…
Reference in a new issue