Skip to content

Commit b769181

Browse files
committed
chage case in osversion in JSON
1 parent 95eb912 commit b769181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CanaryValidator/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"windowsOSVersion": {
3636
"type": "string",
37-
"defaultValue": "2016-DataCenter-Core",
37+
"defaultValue": "2016-Datacenter-Core",
3838
"allowedValues": [
3939
"2008-R2-SP1",
4040
"2012-Datacenter",
4141
"2012-R2-Datacenter",
42-
"2016-DataCenter-Core"
42+
"2016-Datacenter-Core"
4343
],
4444
"metadata": {
4545
"description": "The Windows version for the VM. This will pick a fully patched image of this given Windows version. Allowed values: 2008-R2-SP1, 2012-Datacenter, 2012-R2-Datacenter."

0 commit comments

Comments
 (0)