Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge branch 'upstream-master' into ds-select-addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shmulevich committed Nov 11, 2017
2 parents 2479519 + af32b52 commit 7654abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parts/masterparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"type": "string"
},
"osImageSKU": {
"defaultValue": "16.04-DAILY-LTS",
"defaultValue": "16.04-LTS",
"metadata": {
"description": "OS image SKU."
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
//DefaultUbuntuImageConfig is the default Linux distribution.
DefaultUbuntuImageConfig = AzureOSImageConfig{
ImageOffer: "UbuntuServer",
ImageSku: "16.04-DAILY-LTS",
ImageSku: "16.04-LTS",
ImagePublisher: "Canonical",
ImageVersion: "16.04.201710110",
}
Expand Down

0 comments on commit 7654abc

Please sign in to comment.