Skip to content

Commit 25533ad

Browse files
srimathiSvikasnav
authored andcommitted
Merge fixes from develop (#158)
* Fixed jetstress Storage Endpoint api usage (#152) * Metadata.json fix for all the existing ones and newly created for Linux templates (#154) * Docker swarm compute resource apiversion fix (#157)
1 parent 7e1c3ae commit 25533ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-swarm-ubuntu/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
}
621621
},
622622
{
623-
"apiVersion": "2015-05-01-preview",
623+
"apiVersion": "2015-06-15",
624624
"type": "Microsoft.Compute/virtualMachines",
625625
"name": "[concat(variables('agentVMNamePrefix'), copyIndex())]",
626626
"location": "[resourceGroup().location]",

0 commit comments

Comments
 (0)