Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute: Allow setting both ssl_certificates and certificate_map #6770

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions mmv1/products/compute/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15490,9 +15490,6 @@ objects:
A list of SslCertificate resources that are used to authenticate
connections between users and the load balancer. At least one SSL
certificate must be specified.
exactly_one_of:
- sslCertificates
- certificateMap
update_verb: :POST
update_url:
'projects/{{project}}/targetHttpsProxies/{{name}}/setSslCertificates'
Expand All @@ -15507,9 +15504,6 @@ objects:
A reference to the CertificateMap resource uri that identifies a certificate map
associated with the given target proxy. This field can only be set for global target proxies.
Accepted format is `//certificatemanager.googleapis.com/projects/{project}/locations/{location}/certificateMaps/{resourceName}`.
exactly_one_of:
- sslCertificates
- certificateMap
update_verb: :POST
update_url:
'projects/{{project}}/global/targetHttpsProxies/{{name}}/setCertificateMap'
Expand Down