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

Move regional SSL policies to GA #8443

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions mmv1/products/compute/RegionSslPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ base_url: projects/{{project}}/regions/{{region}}/sslPolicies
collection_url_key: 'items'
update_verb: :PATCH
has_self_link: true
min_version: beta
description: |
Represents a Regional SSL policy. SSL policies give you the ability to control the
features of SSL that your SSL proxy or HTTPS load balancer negotiates.
references: !ruby/object:Api::Resource::ReferenceLinks
guides:
'Using SSL Policies': 'https://cloud.google.com/compute/docs/load-balancing/ssl-policies'
api: 'https://cloud.google.com/compute/docs/reference/rest/beta/regionSslPolicies'
api: 'https://cloud.google.com/compute/docs/reference/rest/v1/regionSslPolicies'
async: !ruby/object:Api::OpAsync
operation: !ruby/object:Api::OpAsync::Operation
kind: 'compute#operation'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<% autogen_exception -%>
package google
<% unless version == 'ga' -%>

import (
"fmt"
Expand Down Expand Up @@ -230,4 +229,3 @@ resource "google_compute_region_ssl_policy" "update" {
}
`, resourceName)
}
<% end -%>