Skip to content

Commit

Permalink
On branch edburns-msft-gh-298-jndi-name-validation-message-slash (#142)
Browse files Browse the repository at this point in the history
wls-eng/arm-oraclelinux-wls#298

modified:   arm-oraclelinux-wls-cluster/src/main/arm/createUiDefinition.json

- Slashes are permitted in JNDI Name.

Signed-off-by: Ed Burns <edburns@microsoft.com>
  • Loading branch information
edburns committed Mar 18, 2021
1 parent 3d3de82 commit 012a845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@
"constraints": {
"required": "[bool(steps('section_database').enableDB)]",
"regex": "^[a-z0-9A-Z/]{1,30}$",
"validationMessage": "The value must be 1-30 characters long and must only contain letters and numbers."
"validationMessage": "The value must be 1-30 characters long and must only contain letters, numbers, and slashes (/)."
},
"visible": true
},
Expand Down

0 comments on commit 012a845

Please sign in to comment.