File tree 1 file changed +3
-3
lines changed
articles/virtual-machines/extensions
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ These items should be treated as sensitive data and specified in the extensions
74
74
"name" : " config-app" ,
75
75
"type" : " Extensions" ,
76
76
"location" : " [resourceGroup().location]" ,
77
- "apiVersion" : " 2015-06-15 " ,
77
+ "apiVersion" : " 2019-03-01 " ,
78
78
"dependsOn" : [
79
79
" [concat('Microsoft.Compute/virtualMachines/', concat(variables('vmName'),copyindex()))]"
80
80
],
@@ -105,7 +105,7 @@ These items should be treated as sensitive data and specified in the extensions
105
105
106
106
| Name | Value / Example | Data Type |
107
107
| ---- | ---- | ---- |
108
- | apiVersion | 2015-06-15 | date |
108
+ | apiVersion | 2019-03-01 | date |
109
109
| publisher | Microsoft.Compute.Extensions | string |
110
110
| type | CustomScript | string |
111
111
| typeHandlerVersion | 2.0 | int |
@@ -210,7 +210,7 @@ Azure VM extensions can be deployed with Azure Resource Manager templates. The J
210
210
"name" : " config-app" ,
211
211
"type" : " extensions" ,
212
212
"location" : " [resourceGroup().location]" ,
213
- "apiVersion" : " 2015-06-15 " ,
213
+ "apiVersion" : " 2019-03-01 " ,
214
214
"dependsOn" : [
215
215
" [concat('Microsoft.Compute/virtualMachines/', concat(variables('vmName'),copyindex()))]"
216
216
],
You can’t perform that action at this time.
0 commit comments