Azure / Azure/azure-quickstart-templates

mysql-standalone-server-ubuntu.json: autoUpgradeMinorVersion at wrong level

Open
#2,293 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

`mysql-standalone-server-ubuntu.json/azuredeploy.json` has

``` json
{
"publisher": "Microsoft.OSTCExtensions",
"type": "CustomScriptForLinux",
"typeHandlerVersion": "1.4",
"settings": {
"autoUpgradeMinorVersion": true,
"fileUris": [
"https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/mysql-standalone-server-ubuntu/install_mysql_server_5.6.sh"
]
},
"protectedSettings": {
"commandToExecute": "[concat('bash install_mysql_server_5.6.sh ', parameters('mysqlPassword'))]"
}
}
```

the `autoUpgradeMinorVersion` key should be one level above.

Contributor guide

No contributing guide indexed for this repository

Research direction

Open mysql-standalone-server-ubuntu.json/azuredeploy.json and compare the CustomScriptForLinux extension settings with the issue example. Move autoUpgradeMinorVersion to the level above settings, then validate that the JSON and ARM template remain valid.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.