Skip to content

Commit 71b7c83

Browse files
azure-sdkbenbp
andauthored
Update matrix doc header titles for replace/modify/append (Azure#26790)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent cf25b9f commit 71b7c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/common/scripts/job-matrix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* [include/exclude](#includeexclude)
1515
* [displayNames](#displaynames-1)
1616
* [Filters](#filters)
17-
* [Replace](#replace-values)
17+
* [Replace/Modify/Append](#replacemodifyappend-values)
1818
* [NonSparseParameters](#nonsparseparameters)
1919
* [Under the hood](#under-the-hood)
2020
* [Testing](#testing)
@@ -169,7 +169,7 @@ To import a matrix, add a parameter with the key `$IMPORT`:
169169

170170
Importing can be useful, for example, in cases where there is a shared base matrix, but there is a need to run it
171171
once for each instance of a language version. Importing does not support overriding duplicate parameters. To achieve
172-
this, use the [Replace](#replace-values) argument instead.
172+
this, use the [Replace](#replacemodifyappend-values) argument instead.
173173

174174
The `Selection` and `NonSparseParameters` parameters are respected when generating an imported matrix.
175175

@@ -399,7 +399,7 @@ named "ExcludedKey", a framework variable containing either "461" or "5.0", and
399399
-Filters @("ExcludedKey=^$", "framework=(461|5\.0)", "SupportedClouds=^$|.*Public.*")
400400
```
401401
402-
#### Replace values
402+
#### Replace/Modify/Append Values
403403
404404
Replacements for values can be passed to the matrix as an array of strings, each matching the format of `<keyRegex>=<valueRegex>/<replacementValue>`.
405405
The replace argument will find any permutations where the key fully matches the key regex and the value fully matches the value regex, and replace the value with

0 commit comments

Comments
 (0)