Skip to content

Commit f2604f0

Browse files
authored
Fix case-sensitive parameter reference in template (Azure#33868)
See dotnet/templating#5955 (comment)
1 parent cdc1189 commit f2604f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/template/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"ClientNameCapitalCase": {
186186
"type": "derived",
187187
"datatype": "text",
188-
"valueSource": "ClientName",
188+
"valueSource": "clientName",
189189
"valueTransform": "firstUpperCase",
190190
"replaces": "Template"
191191
},
@@ -492,4 +492,4 @@
492492
]
493493
}
494494
}
495-
}
495+
}

0 commit comments

Comments
 (0)