Skip to content

Commit 44af078

Browse files
authored
Promote Network Firewall Policy Policy Type to GA (#15394)
1 parent 31f253e commit 44af078

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

mmv1/products/compute/NetworkFirewallPolicy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ properties:
6464
Policy type is used to determine which resources (networks) the policy can be associated with.
6565
A policy can be associated with a network only if the network has the matching policyType in its network profile.
6666
Different policy types may support some of the Firewall Rules features.
67-
min_version: 'beta'
6867
default_from_api: true
6968
enum_values:
7069
- 'VPC_POLICY'

mmv1/products/compute/NetworkFirewallPolicyWithRules.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ properties:
8484
A policy can be associated with a network only if the network has the matching policyType in its network profile.
8585
Different policy types may support some of the Firewall Rules features.
8686
default_from_api: true
87-
min_version: 'beta'
8887
enum_values:
8988
- 'VPC_POLICY'
9089
- name: 'rule'

mmv1/products/compute/RegionNetworkFirewallPolicy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ examples:
4040
policy_name: 'tf-test-policy'
4141
- name: 'region_network_firewall_policy_roce'
4242
primary_resource_id: 'policy'
43-
min_version: beta
4443
vars:
4544
policy_name: 'rnf-policy'
4645
parameters:
@@ -75,7 +74,6 @@ properties:
7574
Policy type is used to determine which resources (networks) the policy can be associated with.
7675
A policy can be associated with a network only if the network has the matching policyType in its network profile.
7776
Different policy types may support some of the Firewall Rules features.
78-
min_version: 'beta'
7977
default_from_api: true
8078
enum_values:
8179
- 'VPC_POLICY'

mmv1/products/compute/RegionNetworkFirewallPolicyWithRules.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ examples:
5454
org_id: 'ORG_ID'
5555
- name: 'compute_region_network_firewall_policy_with_rules_roce'
5656
primary_resource_id: 'policy'
57-
min_version: beta
5857
vars:
5958
policy_name: 'rnf-policy'
6059
parameters:
@@ -96,7 +95,6 @@ properties:
9695
A policy can be associated with a network only if the network has the matching policyType in its network profile.
9796
Different policy types may support some of the Firewall Rules features.
9897
default_from_api: true
99-
min_version: 'beta'
10098
enum_values:
10199
- 'VPC_POLICY'
102100
- 'RDMA_ROCE_POLICY'

mmv1/templates/terraform/examples/compute_region_network_firewall_policy_with_rules_roce.tf.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
resource "google_compute_region_network_firewall_policy_with_rules" "{{$.PrimaryResourceId}}" {
2-
provider = google-beta
32
name = "{{index $.Vars "policy_name"}}"
43
description = "Terraform test"
54
policy_type = "RDMA_ROCE_POLICY"

mmv1/templates/terraform/examples/region_network_firewall_policy_roce.tf.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
resource "google_compute_region_network_firewall_policy" "{{$.PrimaryResourceId}}" {
2-
provider = google-beta
32
name = "{{index $.Vars "policy_name"}}"
43
description = "Terraform test"
54
policy_type = "RDMA_ROCE_POLICY"

0 commit comments

Comments
 (0)