mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12: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
|
@ -92,7 +92,7 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: Create (or update) PostgreSQL Server
|
||||
azure_rm_postgresqlserver:
|
||||
resource_group: TestGroup
|
||||
resource_group: myResourceGroup
|
||||
name: testserver
|
||||
sku:
|
||||
name: B_Gen5_1
|
||||
|
@ -110,7 +110,7 @@ id:
|
|||
- Resource ID
|
||||
returned: always
|
||||
type: str
|
||||
sample: /subscriptions/12345678-1234-1234-1234-123412341234/resourceGroups/samplerg/providers/Microsoft.DBforPostgreSQL/servers/mysqlsrv1b6dd89593
|
||||
sample: /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/myResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/mysqlsrv1b6dd89593
|
||||
version:
|
||||
description:
|
||||
- 'Server version. Possible values include: C(9.5), C(9.6), C(10)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue