Skip to content

Commit

Permalink
reverting auto-upgrade flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DevendarReddyK committed Aug 11, 2020
1 parent 91d3da2 commit a81eb00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
"publisher": "Microsoft.Azure.Monitoring.DependencyAgent",
"type": "[variables('DaExtensionType')]",
"typeHandlerVersion": "[variables('DaExtensionVersion')]",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {}
"autoUpgradeMinorVersion": true
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
"publisher": "Microsoft.Azure.Monitoring.DependencyAgent",
"type": "[variables('DaExtensionType')]",
"typeHandlerVersion": "[variables('DaExtensionVersion')]",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {}
"autoUpgradeMinorVersion": true
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@
"publisher": "Microsoft.Azure.Monitoring.DependencyAgent",
"type": "[variables('daExtensionType')]",
"typeHandlerVersion": "[variables('daExtensionVersion')]",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {}
"autoUpgradeMinorVersion": true
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@
"publisher": "Microsoft.Azure.Monitoring.DependencyAgent",
"type": "[variables('daExtensionType')]",
"typeHandlerVersion": "[variables('daExtensionVersion')]",
"autoUpgradeMinorVersion": true,
"enableAutomaticUpgrade": true,
"settings": {}
"autoUpgradeMinorVersion": true
}
}
]
Expand Down

0 comments on commit a81eb00

Please sign in to comment.