Skip to content

Commit bcf8695

Browse files
author
AWS
committed
FinSpace User Environment Management service Update: Allow customer to set zip default through command line arguments.
1 parent f969c45 commit bcf8695

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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": "Allow customer to set zip default through command line arguments."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3347,13 +3347,13 @@
33473347
"type":"string",
33483348
"max":50,
33493349
"min":1,
3350-
"pattern":"^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))"
3350+
"pattern":"^(?![Aa][Ww][Ss])(s|([a-zA-Z][a-zA-Z0-9_]+))|(AWS_ZIP_DEFAULT)"
33513351
},
33523352
"KxCommandLineArgumentValue":{
33533353
"type":"string",
33543354
"max":50,
33553355
"min":1,
3356-
"pattern":"^[a-zA-Z0-9_:./]+$"
3356+
"pattern":"^[a-zA-Z0-9_:./,]+$"
33573357
},
33583358
"KxCommandLineArguments":{
33593359
"type":"list",

0 commit comments

Comments
 (0)