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:
Matt Martz 2018-01-15 18:29:20 -06:00 committed by GitHub
parent 2a9daaa45b
commit 19ab882790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -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