|
|
|
@ -18,7 +18,7 @@ DOCUMENTATION = '''
|
|
|
|
|
---
|
|
|
|
|
module: azure_rm_mariadbfirewallrule_facts
|
|
|
|
|
version_added: "2.8"
|
|
|
|
|
short_description: Get Azure MariaDB Firewall Rule facts.
|
|
|
|
|
short_description: Get Azure MariaDB Firewall Rule facts
|
|
|
|
|
description:
|
|
|
|
|
- Get facts of Azure MariaDB Firewall Rule.
|
|
|
|
|
|
|
|
|
@ -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 = '''
|
|
|
|
|
rules:
|
|
|
|
|
description: A list of dictionaries containing facts for MariaDB Firewall Rule.
|
|
|
|
|
description:
|
|
|
|
|
- A list of dictionaries containing facts for MariaDB 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.DBforMariaDB/servers/testserver/fire
|
|
|
|
|