Skip to content

Commit 3b006d3

Browse files
author
Rami Bououni
committed
fix
1 parent d4d4c89 commit 3b006d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/organizations/settings/naming-restrictions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ Azure Pipeline definitions must conform to the following restrictions.
229229

230230
|Restriction type |Restriction |
231231
|--------------------|-------------|
232-
|Expressions | Must start with `a-Z` or `_AND`, followed by `a-Z`, `0-9`, or `_`. |
233-
|Variables | User-defined and environment variable names may include letters, numbers, `.`, and `_`. Must not use the following system-reserved prefixes: `endpoint`, `input`, `secret`, `path`, and `securefile`. Variables starting with these (case-insensitive) won’t be available to tasks or scripts.|
232+
|Expressions | - Must start with `a-Z` or `_`, followed by `a-Z`, `0-9`, or `_`. |
233+
|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. |
235-
|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". |
235+
|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". |
236236
|Deployment jobs | - Name of the deployment job `deployment` must only contain alphanumeric characters and `_`.<br>- Job and stage names must not contain reserved keywords (for example: deploy).<br>- Each job in a stage must have a unique name. |
237237
|Matrix job strategy | - Matrix configuration names must only contain alphanumeric characters and `_`.<br>- Must start with a letter.<br>- Maximum length: 100 characters. |
238238
|Build resource | - Alias or name of build artifact `build` must only contain alphanumeric characters, `-`, and `_`. |

0 commit comments

Comments
 (0)