Skip to content

Commit 18af21e

Browse files
split observability DA consumption
1 parent 5a2fb16 commit 18af21e

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

ibm_catalog.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -154,21 +154,6 @@
154154
"required": true,
155155
"virtual": true
156156
},
157-
{
158-
"key": "logs_routing_tenant_regions",
159-
"description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).",
160-
"required": true,
161-
"default_value": "[]",
162-
"virtual": true,
163-
"custom_config": {
164-
"type": "array",
165-
"grouping": "deployment",
166-
"original_grouping": "deployment",
167-
"config_constraints": {
168-
"type": "string"
169-
}
170-
}
171-
},
172157
{
173158
"key": "existing_resource_group_name",
174159
"display_name": "resource_group",

tests/pr_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ func TestSecretsManagerDefaultConfiguration(t *testing.T) {
435435
"prefix": options.Prefix,
436436
"region": validRegions[rand.Intn(len(validRegions))],
437437
"enable_platform_metrics": "false", // Disable platform metrics for addon tests
438+
"service_plan": "standard",
438439
},
439440
)
440441

@@ -455,6 +456,7 @@ func TestDependencyPermutations(t *testing.T) {
455456
"prefix": "sm-perm",
456457
"region": validRegions[rand.Intn(len(validRegions))],
457458
"existing_resource_group_name": resourceGroup,
459+
"service_plan": "standard",
458460
},
459461
},
460462
})

0 commit comments

Comments
 (0)