Skip to content

Commit 5563f83

Browse files
author
Rami Bououni
committed
feedback
1 parent 3b006d3 commit 5563f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/organizations/settings/naming-restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Azure Pipeline definitions must conform to the following restrictions.
229229

230230
|Restriction type |Restriction |
231231
|--------------------|-------------|
232-
|Expressions | - Must start with `a-Z` or `_`, followed by `a-Z`, `0-9`, or `_`. |
232+
|Expressions | - Must start with `a-z`, `A-Z`, or `_`, followed by `a-z`, `A-Z`, `0-9`, or `_`. |
233233
|Variables | - User-defined and environment variable must only contain alphanumeric characters, `.`, and `_`.<br>- Must not begin with the following reserved prefixes: `endpoint`, `input`, `secret`, `path`, and `securefile`. Variables using these prefixes (case-insensitive) won’t be available to tasks or scripts.|
234234
|Stages | - Name of the stage `stage` must only contain alphanumeric characters and `_`.<br/>- Must not start with a number. |
235235
|Jobs | - Name of the job `job` must only contain alphanumeric characters and `_`.<br/>- Must not start with a number.<br>- Must not contain keywords, for example: "deploy". |

0 commit comments

Comments
 (0)