Update azure_rm_mysqlconfiguration related document (#57335)
This commit is contained in:
parent
15034fb5b5
commit
2cb3094b68
2 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_mysqlconfiguration
|
module: azure_rm_mysqlconfiguration
|
||||||
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.
|
||||||
|
|
||||||
|
@ -39,8 +39,7 @@ options:
|
||||||
- Value of the configuration.
|
- Value of the configuration.
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Assert the state of the MySQL configuration. Use C(present) to update setting, or
|
- Assert the state of the MySQL 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
|
||||||
|
@ -50,7 +49,7 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Zim Kalinowski (@zikalino)"
|
- Zim Kalinowski (@zikalino)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
@ -66,7 +65,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.DBforMySQL/servers/myServer/confi
|
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/myServer/confi
|
||||||
|
|
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: azure_rm_mysqlconfiguration_facts
|
module: azure_rm_mysqlconfiguration_facts
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Get Azure MySQL Configuration facts.
|
short_description: Get Azure MySQL Configuration facts
|
||||||
description:
|
description:
|
||||||
- Get facts of Azure MySQL Configuration.
|
- Get facts of Azure MySQL Configuration.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ extends_documentation_fragment:
|
||||||
- azure
|
- azure
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Zim Kalinowski (@zikalino)"
|
- Zim Kalinowski (@zikalino)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
@ -57,13 +57,14 @@ EXAMPLES = '''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
settings:
|
settings:
|
||||||
description: A list of dictionaries containing MySQL Server settings.
|
description:
|
||||||
|
- A list of dictionaries containing MySQL 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.DBforMySQL/servers/testmysqlser
|
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforMySQL/servers/testmysqlser
|
||||||
|
|
Loading…
Reference in a new issue