mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 22:51:30 -07:00
Return values should be camelcase instead of underscored (#95)
This commit is contained in:
parent
2a6c1e408e
commit
b3c1afe126
71 changed files with 6574 additions and 6906 deletions
|
@ -119,7 +119,7 @@ RETURN = '''
|
|||
- The chain must include at least one intermediate cert.
|
||||
returned: success
|
||||
type: str
|
||||
creation_timestamp:
|
||||
creationTimestamp:
|
||||
description:
|
||||
- Creation timestamp in RFC3339 text format.
|
||||
returned: success
|
||||
|
@ -144,7 +144,7 @@ RETURN = '''
|
|||
be a dash.
|
||||
returned: success
|
||||
type: str
|
||||
private_key:
|
||||
privateKey:
|
||||
description:
|
||||
- The write-only private key in PEM format.
|
||||
returned: success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue