From 6e0a23e67c3cd18ee2c1705fb2e8eebcb53a447c Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 1 Dec 2020 15:42:47 -0800 Subject: [PATCH] Promote Managed SSL to GA + Doc fixes (#4247) (#343) Co-authored-by: upodroid Co-authored-by: Cameron Thornton Signed-off-by: Modular Magician Co-authored-by: upodroid Co-authored-by: Cameron Thornton --- plugins/modules/gcp_cloudscheduler_job.py | 4 ++++ plugins/modules/gcp_cloudscheduler_job_info.py | 2 ++ 2 files changed, 6 insertions(+) diff --git a/plugins/modules/gcp_cloudscheduler_job.py b/plugins/modules/gcp_cloudscheduler_job.py index 307fb67..d62c09e 100644 --- a/plugins/modules/gcp_cloudscheduler_job.py +++ b/plugins/modules/gcp_cloudscheduler_job.py @@ -209,6 +209,7 @@ options: - HTTP request body. A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod. + - A base64-encoded string. required: false type: str headers: @@ -241,6 +242,7 @@ options: - HTTP request body. A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod. + - A base64-encoded string. required: false type: str headers: @@ -526,6 +528,7 @@ appEngineHttpTarget: - HTTP request body. A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod. + - A base64-encoded string. returned: success type: str headers: @@ -557,6 +560,7 @@ httpTarget: description: - HTTP request body. A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod. + - A base64-encoded string. returned: success type: str headers: diff --git a/plugins/modules/gcp_cloudscheduler_job_info.py b/plugins/modules/gcp_cloudscheduler_job_info.py index dfb5f3e..a3efada 100644 --- a/plugins/modules/gcp_cloudscheduler_job_info.py +++ b/plugins/modules/gcp_cloudscheduler_job_info.py @@ -270,6 +270,7 @@ resources: - HTTP request body. A request body is allowed only if the HTTP method is POST or PUT. It will result in invalid argument error to set a body on a job with an incompatible HttpMethod. + - A base64-encoded string. returned: success type: str headers: @@ -302,6 +303,7 @@ resources: - HTTP request body. A request body is allowed only if the HTTP method is POST, PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod. + - A base64-encoded string. returned: success type: str headers: