Skip to content

Commit 884fde5

Browse files
authored
fix: removed invalid regex validation from the DA (#715)
1 parent 08a3e20 commit 884fde5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ibm_catalog.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,7 @@
9494
"key": "cloud_services"
9595
},
9696
{
97-
"key": "cloud_service_by_crn",
98-
"value_constraints": [
99-
{
100-
"type": "regex",
101-
"description": "The value provided for 'cloud_service_by_crn' is not valid.",
102-
"value": "^__NULL__$|^\\[\\]$|^crn:v1:[^:]+:[^:]+:[^:]+:[^:]+:a/[0-9a-f]{32}(:[^:]*)*:{0,2}$"
103-
}
104-
]
97+
"key": "cloud_service_by_crn"
10598
},
10699
{
107100
"key": "service_endpoints"

0 commit comments

Comments
 (0)