Skip to content

Commit 0047475

Browse files
authored
fix min prefix length from 3 to 2 (#56)
1 parent 11c0b6f commit 0047475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ALZ/Assets/alz-bicep-config/v0.14.0.config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
],
160160
"Value": "",
161161
"DefaultValue": "alz",
162-
"Valid": "^[a-zA-Z]{3,5}$"
162+
"Valid": "^[a-zA-Z]{2,5}$"
163163
},
164164
"Location": {
165165
"Type": "UserInput",
@@ -523,4 +523,4 @@
523523
]
524524
}
525525
}
526-
}
526+
}

0 commit comments

Comments
 (0)