Skip to content

Commit dbb997f

Browse files
authored
tgc-revival: fix google_network_security_security_profile tests (#15329)
1 parent e895a76 commit dbb997f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mmv1/products/networksecurity/SecurityProfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ examples:
8585
resource_name: 'my-security-profile'
8686
test_env_vars:
8787
org_id: 'ORG_ID'
88+
tgc_skip_test: The ENUM value URL_FILTERING in type field is transformed to UNKNOWN_ENUM_VALUE_ProfileType_5 in CAI asset. The reason could be that URL_FILTERING is not supported in CAI yet. Will check if the value in CAI assets will be correct later.
8889
parameters:
8990
- name: 'name'
9091
type: String
@@ -236,6 +237,7 @@ properties:
236237
- name: 'urlFilteringProfile'
237238
min_version: 'beta'
238239
type: NestedObject
240+
is_missing_in_cai: true
239241
description: The url filtering configuration for the security profile.
240242
custom_flatten: 'templates/terraform/custom_flatten/network_security_security_profile_url_filters_flatten.go.tmpl'
241243
properties:

mmv1/products/networksecurity/SecurityProfileGroup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ properties:
136136
type: String
137137
description: |
138138
Reference to a SecurityProfile with the URL filtering configuration for the SecurityProfileGroup.
139+
is_missing_in_cai: true
139140
- name: 'customMirroringProfile'
140141
type: String
141142
description: |

0 commit comments

Comments
 (0)