mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-20 16:09:09 -07:00
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_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue