1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update azure_rm_postgresqlfirewallrule related document (#57598)

This commit is contained in:
Fred-sun 2019-06-10 10:20:42 -04:00 committed by Alicia Cozine
parent 74c21d40f9
commit 2575f0e39b
2 changed files with 8 additions and 7 deletions

View file

@ -17,7 +17,7 @@ DOCUMENTATION = '''
---
module: azure_rm_postgresqlfirewallrule
version_added: "2.8"
short_description: Manage PostgreSQL firewall rule instance.
short_description: Manage PostgreSQL firewall rule instance
description:
- Create, update and delete instance of PostgreSQL firewall rule.
@ -52,7 +52,7 @@ extends_documentation_fragment:
- azure
author:
- "Zim Kalinowski (@zikalino)"
- Zim Kalinowski (@zikalino)
'''
@ -69,7 +69,7 @@ EXAMPLES = '''
RETURN = '''
id:
description:
- Resource ID
- Resource ID.
returned: always
type: str
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver

View file

@ -17,7 +17,7 @@ DOCUMENTATION = '''
---
module: azure_rm_postgresqlfirewallrule_facts
version_added: "2.8"
short_description: Get Azure PostgreSQL Firewall Rule facts.
short_description: Get Azure PostgreSQL Firewall Rule facts
description:
- Get facts of Azure PostgreSQL Firewall Rule.
@ -38,7 +38,7 @@ extends_documentation_fragment:
- azure
author:
- "Zim Kalinowski (@zikalino)"
- Zim Kalinowski (@zikalino)
'''
@ -57,13 +57,14 @@ EXAMPLES = '''
RETURN = '''
rules:
description: A list of dictionaries containing facts for PostgreSQL Firewall Rule.
description:
- A list of dictionaries containing facts for PostgreSQL Firewall Rule.
returned: always
type: complex
contains:
id:
description:
- Resource ID
- Resource ID.
returned: always
type: str
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/fire