Skip to content

Commit 37afa86

Browse files
author
AWS
committed
FinSpace User Environment Management service Update: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons
1 parent 3966d32 commit 37afa86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "FinSpace User Environment Management service",
4+
"contributor": "",
5+
"description": "Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons"
6+
}

services/finspace/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@
34233423
"type":"string",
34243424
"max":1024,
34253425
"min":1,
3426-
"pattern":"^[a-zA-Z0-9_:./,]+$"
3426+
"pattern":"^[a-zA-Z0-9_:./,; ]+$"
34273427
},
34283428
"KxCommandLineArguments":{
34293429
"type":"list",

0 commit comments

Comments
 (0)