Skip to content

Commit

Permalink
fix vmss extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed May 23, 2018
1 parent ef5f5b3 commit d028a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetesagentresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"extensionProfile": {
"extensions": [
{
"name": "[concat(variables('{{.Name}}VMNamePrefix'), copyIndex(variables('{{.Name}}Offset')),'/cse', '-agent-', copyIndex(variables('{{.Name}}Offset')))]",
"name": "vmssCSE",
"properties": {
"publisher": "Microsoft.Azure.Extensions",
"type": "CustomScript",
Expand Down
2 changes: 1 addition & 1 deletion parts/k8s/kuberneteswinagentresourcesvmss.t
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"extensionProfile": {
"extensions": [
{
"name": "[concat(variables('{{.Name}}VMNamePrefix'), copyIndex(variables('{{.Name}}Offset')),'/cse', '-agent-', copyIndex(variables('{{.Name}}Offset')))]",
"name": "vmssCSE",
"properties": {
"publisher": "Microsoft.Compute",
"type": "CustomScriptExtension",
Expand Down

0 comments on commit d028a1f

Please sign in to comment.