Skip to content

Commit ffa2192

Browse files
authored
Merge pull request #85872 from Karishma-Tiwari-MSFT/patch-89
(ForumsTeam) fixes MicrosoftDocs/azure-docs#37192
2 parents fe39670 + 0139193 commit ffa2192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/extensions/custom-script-linux.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These items should be treated as sensitive data and specified in the extensions
7474
"name": "config-app",
7575
"type": "Extensions",
7676
"location": "[resourceGroup().location]",
77-
"apiVersion": "2015-06-15",
77+
"apiVersion": "2019-03-01",
7878
"dependsOn": [
7979
"[concat('Microsoft.Compute/virtualMachines/', concat(variables('vmName'),copyindex()))]"
8080
],
@@ -105,7 +105,7 @@ These items should be treated as sensitive data and specified in the extensions
105105

106106
| Name | Value / Example | Data Type |
107107
| ---- | ---- | ---- |
108-
| apiVersion | 2015-06-15 | date |
108+
| apiVersion | 2019-03-01 | date |
109109
| publisher | Microsoft.Compute.Extensions | string |
110110
| type | CustomScript | string |
111111
| typeHandlerVersion | 2.0 | int |
@@ -210,7 +210,7 @@ Azure VM extensions can be deployed with Azure Resource Manager templates. The J
210210
"name": "config-app",
211211
"type": "extensions",
212212
"location": "[resourceGroup().location]",
213-
"apiVersion": "2015-06-15",
213+
"apiVersion": "2019-03-01",
214214
"dependsOn": [
215215
"[concat('Microsoft.Compute/virtualMachines/', concat(variables('vmName'),copyindex()))]"
216216
],

0 commit comments

Comments
 (0)