From 2caa019eeb446c0dc2bfe34bbb77cd5903a371fb Mon Sep 17 00:00:00 2001 From: jackyalbo Date: Thu, 27 Apr 2017 15:01:42 +0300 Subject: [PATCH] bug fix --- lib/pkgcloud/azure-v2/compute/client/servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkgcloud/azure-v2/compute/client/servers.js b/lib/pkgcloud/azure-v2/compute/client/servers.js index 49478aaad..aa4b360b7 100644 --- a/lib/pkgcloud/azure-v2/compute/client/servers.js +++ b/lib/pkgcloud/azure-v2/compute/client/servers.js @@ -214,7 +214,7 @@ function createServer(options, callback) { '[concat(\'Microsoft.Compute/virtualMachines/\', variables(\'vmName\'))]' ], 'properties': { - 'publisher': 'Microsoft.Compute', + 'publisher': 'Microsoft.OSTCExtensions', 'type': 'CustomScriptForLinux', 'typeHandlerVersion': '1.5', 'settings': {