File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 224224 "type" : " Microsoft.Common.TextBox" ,
225225 "label" : " Cluster extension resource name" ,
226226 "defaultValue" : " " ,
227- "toolTip" : " Only lowercase alphanumeric characters are allowed, and the value must be 6-30 characters long." ,
227+ "toolTip" : " Only lowercase alphanumeric characters are allowed, and the value must be 6-14 characters long." ,
228228 "constraints" : {
229229 "required" : true ,
230- "regex" : " ^[a-z0-9]{6,30 }$" ,
231- "validationMessage" : " Only lowercase alphanumeric characters are allowed, and the value must be 6-30 characters long."
230+ "regex" : " ^[a-z0-9]{6,14 }$" ,
231+ "validationMessage" : " Only lowercase alphanumeric characters are allowed, and the value must be 6-14 characters long."
232232 },
233233 "visible" : true
234234 }
You can’t perform that action at this time.
0 commit comments