mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Fix inconsitencies between code assumptions and schema (#34901)
* Fix inconsitencies between code assumptions and schema * Address a couple of RETURN issues, where the description was parsed as a dict
This commit is contained in:
parent
2a9daaa45b
commit
19ab882790
4 changed files with 8 additions and 8 deletions
|
@ -102,13 +102,13 @@ id:
|
|||
sample: /subscriptions/12345678-1234-1234-1234-123412341234/resourceGroups/samplerg/providers/Microsoft.DBforPostgreSQL/servers/mysqlsrv1b6dd89593
|
||||
version:
|
||||
description:
|
||||
- Server version. Possible values include: C(9.5), C(9.6)
|
||||
- 'Server version. Possible values include: C(9.5), C(9.6)'
|
||||
returned: always
|
||||
type: str
|
||||
sample: 9.6
|
||||
state:
|
||||
description:
|
||||
- A state of a server that is visible to user. Possible values include: C(Ready), C(Dropping), C(Disabled)
|
||||
- 'A state of a server that is visible to user. Possible values include: C(Ready), C(Dropping), C(Disabled)'
|
||||
returned: always
|
||||
type: str
|
||||
sample: Ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue