Skip to content

Commit

Permalink
Add node os upgrade channel (Azure#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks authored Dec 13, 2024
1 parent ba2f662 commit f48f240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/panels/templates/DevTestCreateCluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,8 @@
"disableLocalAccounts": "[parameters('disableLocalAccounts')]",
"aadProfile": "[if(parameters('enableAadProfile'), variables('defaultAadProfile'), null())]",
"autoUpgradeProfile": {
"upgradeChannel": "[parameters('upgradeChannel')]"
"upgradeChannel": "[parameters('upgradeChannel')]",
"nodeOSUpgradeChannel": "[parameters('nodeOSUpgradeChannel')]"
},
"agentPoolProfiles": [
{
Expand Down

0 comments on commit f48f240

Please sign in to comment.