Skip to content
Open
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
1 change: 1 addition & 0 deletions mmv1/products/netapp/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'Netapp'
display_name: 'Google Cloud NetApp Volumes'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://netapp.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/networkconnectivity/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'NetworkConnectivity'
display_name: 'Network Connectivity'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://networkconnectivity.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/networkconnectivityv1/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: 'NetworkConnectivityv1'
legacy_name: 'network_connectivity'
display_name: 'Network Connectivity'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://networkconnectivity.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/networkmanagement/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'NetworkManagement'
display_name: 'Network Management'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://networkmanagement.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/networksecurity/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'NetworkSecurity'
display_name: 'Network Security'
deletion_policy_opt_in: true
versions:
- name: 'beta'
base_url: 'https://networksecurity.googleapis.com/v1beta1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/networkservices/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'NetworkServices'
display_name: 'Network Services'
deletion_policy_opt_in: true
versions:
- name: 'beta'
base_url: 'https://networkservices.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/notebooks/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'Notebooks'
display_name: 'Cloud AI Notebooks'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://notebooks.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/observability/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ name: Observability
display_name: Observability
scopes:
- https://www.googleapis.com/auth/cloud-platform
deletion_policy_opt_in: true
versions:
- base_url: https://observability.googleapis.com/v1/
name: 'ga'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/oracledatabase/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
---
name: 'OracleDatabase'
display_name: 'Oracle Database'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://oracledatabase.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/orgpolicy/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'OrgPolicy'
display_name: 'Organization Policy'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://orgpolicy.googleapis.com/v2/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/osconfig/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'OSConfig'
display_name: 'OS Config'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://osconfig.googleapis.com/v1/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/osconfigv2/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'OSConfigV2'
display_name: 'OS Config v2'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://osconfig.googleapis.com/v2/'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/oslogin/product.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
---
name: 'OSLogin'
display_name: 'OS Login'
deletion_policy_opt_in: true
versions:
- name: 'ga'
base_url: 'https://oslogin.googleapis.com/v1/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestAccNetworkManagementConnectivityTests_basic(t *testing.T) {
"project": {},
"terraform_labels.%": {},
"terraform_labels.goog-terraform-provisioned": {},
"deletion_policy": {},
},
),
),
Expand All @@ -49,6 +50,7 @@ func TestAccNetworkManagementConnectivityTests_basic(t *testing.T) {
"project": {},
"terraform_labels.%": {},
"terraform_labels.goog-terraform-provisioned": {},
"deletion_policy": {},
},
),
),
Expand Down
Loading