mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30:27 -07:00
fix: remove colon in return doc etag description
This commit is contained in:
parent
8b88a27cdf
commit
bca101a450
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
etag:
|
etag:
|
||||||
description:
|
description:
|
||||||
- See reference for more info: https://cloud.google.com/secret-manager/docs/etags
|
- See reference for more info. [Secret Manager etags](U(https://cloud.google.com/secret-manager/docs/etags)).
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
createTime:
|
createTime:
|
||||||
|
@ -137,7 +137,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
etag:
|
etag:
|
||||||
description:
|
description:
|
||||||
- See reference for more info: https://cloud.google.com/secret-manager/docs/etags
|
- See reference for more info. [Secret Manager etags](U(https://cloud.google.com/secret-manager/docs/etags)).
|
||||||
type: str
|
type: str
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue