You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes/res/res_demo_env/assets/bi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ Parameters:
35
35
Type: String
36
36
Default: ""
37
37
EnvironmentName:
38
-
Description: (Optional) EnvironmentName must start with "res-"and should be less than or equal to 11 characters. Required to generate certificates.
38
+
Description: (Optional) EnvironmentName must start with "res-" without capital letters and should be less than or equal to 11 characters. Required to generate certificates.
39
39
Type: String
40
-
AllowedPattern: ^$|^res-[A-Za-z\-\_0-9]{0,7}$
40
+
AllowedPattern: ^$|^res-[a-z\-\_0-9]{0,7}$
41
41
Default: res-demo
42
42
AdminPassword:
43
43
Description: (Optional) Provide the Active Directory Administrator Account Password Directly or Resource ARN to Secret Containing Password.
0 commit comments