mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
improving consistency of azure examples/documentation - 2 (#52572)
* normalizing azure example naming conventions - 2
This commit is contained in:
parent
220d0cb16b
commit
9b5514928a
33 changed files with 91 additions and 87 deletions
|
@ -45,13 +45,13 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Get instance of PostgreSQL Database
|
||||
azure_rm_postgresqldatabase_facts:
|
||||
resource_group: resource_group_name
|
||||
resource_group: myResourceGroup
|
||||
server_name: server_name
|
||||
name: database_name
|
||||
|
||||
- name: List instances of PostgreSQL Database
|
||||
azure_rm_postgresqldatabase_facts:
|
||||
resource_group: resource_group_name
|
||||
resource_group: myResourceGroup
|
||||
server_name: server_name
|
||||
'''
|
||||
|
||||
|
@ -66,7 +66,7 @@ databases:
|
|||
- Resource ID
|
||||
returned: always
|
||||
type: str
|
||||
sample: "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testser
|
||||
sample: "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/testser
|
||||
ver/databases/db1"
|
||||
resource_group:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue