Skip to content

Commit 85da93c

Browse files
committed
test
1 parent fe9a732 commit 85da93c

File tree

10 files changed

+18
-2
lines changed

10 files changed

+18
-2
lines changed

mmv1/products/colab/Runtime.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
---
1515

1616
name: 'Runtime'
17-
include_in_tgc_next: true
18-
tgc_include_handwritten_tests: true
1917
api_resource_type_kind: NotebookRuntime
2018
description: |
2119
'A runtime is a Google-provisioned virtual machine (VM) that can run the code in your notebook (IPYNB file).'

mmv1/products/colab/RuntimeTemplate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
---
1515

1616
name: 'RuntimeTemplate'
17+
include_in_tgc_next: true
18+
tgc_include_handwritten_tests: true
1719
api_resource_type_kind: NotebookRuntimeTemplate
1820
description: |
1921
'A runtime template is a VM configuration that specifies a machine type and other characteristics of the VM,

mmv1/products/dialogflow/Agent.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
---
1515
name: 'Agent'
16+
include_in_tgc_next: true
17+
tgc_include_handwritten_tests: true
1618
description: |
1719
A Dialogflow agent is a virtual agent that handles conversations with your end-users. It is a natural language
1820
understanding module that understands the nuances of human language. Dialogflow translates end-user text or audio

mmv1/products/gkebackup/BackupPlan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ iam_policy:
4444
- 'projects/{{project}}/locations/{{location}}/backupPlans/{{name}}'
4545
- '{{name}}'
4646
custom_code:
47+
include_in_tgc_next: true
48+
tgc_include_handwritten_tests: true
4749
examples:
4850
- name: 'gkebackup_backupplan_basic'
4951
primary_resource_id: 'basic'

mmv1/products/gkebackup/RestorePlan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ iam_policy:
4444
- 'projects/{{project}}/locations/{{location}}/restorePlans/{{name}}'
4545
- '{{name}}'
4646
custom_code:
47+
include_in_tgc_next: true
48+
tgc_include_handwritten_tests: true
4749
examples:
4850
- name: 'gkebackup_restoreplan_all_namespaces'
4951
primary_resource_id: 'all_ns'

mmv1/products/gkehub/Membership.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ iam_policy:
4949
- '{{membership_id}}'
5050
custom_code:
5151
constants: 'templates/terraform/constants/gke_hub_membership_diff.go.tmpl'
52+
include_in_tgc_next: true
53+
tgc_include_handwritten_tests: true
5254
# Skip sweeper gen since this is a child resource.
5355
exclude_sweeper: true
5456
schema_version: 1

mmv1/products/privateca/Certificate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ autogen_async: true
3434
custom_code:
3535
pre_create: 'templates/terraform/pre_create/privateca_certificate.go.tmpl'
3636
exclude_sweeper: true
37+
include_in_tgc_next: true
38+
tgc_include_handwritten_tests: true
3739
examples:
3840
- name: 'privateca_certificate_config'
3941
primary_resource_id: 'default'

mmv1/products/securitycenterv2/FolderMuteConfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ timeouts:
3737
update_minutes: 20
3838
delete_minutes: 20
3939
custom_code:
40+
include_in_tgc_next: true
41+
tgc_include_handwritten_tests: true
4042
examples:
4143
- name: 'scc_v2_folder_mute_config_basic'
4244
primary_resource_id: 'default'

mmv1/products/securitycenterv2/OrganizationMuteConfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ timeouts:
3737
update_minutes: 20
3838
delete_minutes: 20
3939
custom_code:
40+
include_in_tgc_next: true
41+
tgc_include_handwritten_tests: true
4042
examples:
4143
- name: 'scc_v2_organization_mute_config_basic'
4244
primary_resource_id: 'default'

mmv1/products/workflows/Workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
---
1515
name: 'Workflow'
16+
include_in_tgc_next: true
17+
tgc_include_handwritten_tests: true
1618
description: |
1719
Workflow program to be executed by Workflows.
1820
references:

0 commit comments

Comments
 (0)