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
constenvVarNameFmtErrMsgstring="a valid environment variable name must consist of alphabetic characters, digits, '_', '-', or '.', and must not start with a digit"
420
421
422
+
// TODO(hirazawaui): Rename this when the RelaxedEnvironmentVariableValidation gate is removed.
423
+
constrelaxedEnvVarNameFmtErrMsgstring="a valid environment variable names must be printable ASCII characters other than '=' character"
0 commit comments