@@ -107,7 +107,7 @@ To deploy the extension for Linux:
107
107
"type" : " ConfigurationForLinux" ,
108
108
"typeHandlerVersion" : " 1.0" ,
109
109
"autoUpgradeMinorVersion" : true ,
110
- "enableAutomaticUpgrade" : true,
110
+ "enableAutomaticUpgrade" : true ,
111
111
"settings" : {},
112
112
"protectedSettings" : {}
113
113
}
@@ -130,7 +130,7 @@ To deploy the extension for Windows:
130
130
"type" : " ConfigurationforWindows" ,
131
131
"typeHandlerVersion" : " 1.0" ,
132
132
"autoUpgradeMinorVersion" : true ,
133
- "enableAutomaticUpgrade" : true,
133
+ "enableAutomaticUpgrade" : true ,
134
134
"settings" : {},
135
135
"protectedSettings" : {}
136
136
}
@@ -154,7 +154,7 @@ resource windowsVMGuestConfigExtension 'Microsoft.Compute/virtualMachines/extens
154
154
type: 'ConfigurationForLinux'
155
155
typeHandlerVersion: '1.0'
156
156
autoUpgradeMinorVersion: true
157
- enableAutomaticUpgrade: true
157
+ enableAutomaticUpgrade: true
158
158
settings: {}
159
159
protectedSettings: {}
160
160
}
@@ -176,7 +176,7 @@ resource windowsVMGuestConfigExtension 'Microsoft.Compute/virtualMachines/extens
176
176
type: 'ConfigurationforWindows'
177
177
typeHandlerVersion: '1.0'
178
178
autoUpgradeMinorVersion: true
179
- enableAutomaticUpgrade: true
179
+ enableAutomaticUpgrade: true
180
180
settings: {}
181
181
protectedSettings: {}
182
182
}
0 commit comments