Try different extension version

This commit is contained in:
Pavel Khakhulin 2017-06-05 19:52:02 +03:00
parent f9e8dc76a6
commit 0992e2a212
1 changed files with 4 additions and 4 deletions

View File

@ -185,9 +185,9 @@
"displayName": "config-app"
},
"properties": {
"publisher": "Microsoft.Compute",
"type": "CustomScriptExtension",
"typeHandlerVersion": "1.8",
"publisher": "Microsoft.Azure.Extensions",
"type": "CustomScript",
"typeHandlerVersion": "2.0",
"autoUpgradeMinorVersion": true,
"settings": {
"fileUris": [
@ -195,7 +195,7 @@
]
},
"protectedSettings": {
"commandToExecute": "bash test.sh"
"commandToExecute": "sh test.sh"
}
}
}