Skip to content

Commit

Permalink
Move regional SSL policies to GA (GoogleCloudPlatform#8443)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc authored and hao-nan-li committed Jul 27, 2023
1 parent c97b80a commit b40d479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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 -%>

0 comments on commit b40d479

Please sign in to comment.