Skip to content

Commit

Permalink
Disable Automatic Windows Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiezhang committed Jul 7, 2017
1 parent 8eb8afe commit 0506730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion parts/kuberneteswinagentresourcesvmas.t
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@
"computername": "[concat(variables('{{.Name}}VMNamePrefix'), copyIndex(variables('{{.Name}}Offset')))]",
{{GetKubernetesWindowsAgentCustomData .}}
"adminUsername": "[variables('windowsAdminUsername')]",
"adminPassword": "[variables('windowsAdminPassword')]"
"adminPassword": "[variables('windowsAdminPassword')]",
"windowsConfiguration": {
"enableAutomaticUpdates": false
}
},
"storageProfile": {
{{GetDataDisks .}}
Expand Down
2 changes: 1 addition & 1 deletion pkg/acsengine/templates.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0506730

Please sign in to comment.