mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -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 specific setting of PostgreSQL configuration
|
||||
azure_rm_postgresqlconfiguration_facts:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
server_name: testpostgresqlserver
|
||||
name: deadlock_timeout
|
||||
|
||||
- name: Get all settings of PostgreSQL Configuration
|
||||
azure_rm_postgresqlconfiguration_facts:
|
||||
resource_group: testrg
|
||||
resource_group: myResourceGroup
|
||||
server_name: testpostgresqlserver
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue