mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 03:01:29 -07:00
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
|
module: azure_rm_mariadbconfiguration
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Manage Configuration instance.
|
short_description: Manage Configuration instance
|
||||||
description:
|
description:
|
||||||
- Create, update and delete instance of Configuration.
|
- Create, update and delete instance of Configuration.
|
||||||
|
|
||||||
|
@ -40,8 +40,7 @@ options:
|
||||||
- Value of the configuration.
|
- Value of the configuration.
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Assert the state of the MariaDB configuration. Use C(present) to update setting, or
|
- Assert the state of the MariaDB configuration. Use C(present) to update setting, or C(absent) to reset to default value.
|
||||||
C(absent) to reset to default value.
|
|
||||||
default: present
|
default: present
|
||||||
choices:
|
choices:
|
||||||
- absent
|
- absent
|
||||||
|
@ -51,8 +50,8 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Zim Kalinowski (@zikalino)"
|
- Zim Kalinowski (@zikalino)
|
||||||
- "Matti Ranta (@techknowlogick)"
|
- Matti Ranta (@techknowlogick)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
@ -67,7 +66,7 @@ EXAMPLES = '''
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- Resource ID
|
- Resource ID.
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/myServer/confi
|
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
|
module: azure_rm_mariadbconfiguration_facts
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Get Azure MariaDB Configuration facts.
|
short_description: Get Azure MariaDB Configuration facts
|
||||||
description:
|
description:
|
||||||
- Get facts of Azure MariaDB Configuration.
|
- Get facts of Azure MariaDB Configuration.
|
||||||
|
|
||||||
|
@ -39,8 +39,8 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Zim Kalinowski (@zikalino)"
|
- Zim Kalinowski (@zikalino)
|
||||||
- "Matti Ranta (@techknowlogick)"
|
- Matti Ranta (@techknowlogick)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
@ -59,13 +59,14 @@ EXAMPLES = '''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
settings:
|
settings:
|
||||||
description: A list of dictionaries containing MariaDB Server settings.
|
description:
|
||||||
|
- A list of dictionaries containing MariaDB Server settings.
|
||||||
returned: always
|
returned: always
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
id:
|
id:
|
||||||
description:
|
description:
|
||||||
- Setting resource ID
|
- Setting resource ID.
|
||||||
returned: always
|
returned: always
|
||||||
type: str
|
type: str
|
||||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/testserver
|
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMariaDB/servers/testserver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue