Promote Managed SSL to GA + Doc fixes (#4247) (#343)

Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
This commit is contained in:
The Magician 2020-12-01 15:42:47 -08:00 committed by GitHub
parent af1194139d
commit 6e0a23e67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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

View file

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