File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
articles/virtual-machines/extensions Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
47
47
"location" : " [resourceGroup().location]" ,
48
48
"dependsOn" : [],
49
49
"properties" : {
50
- "publisher" : " Microsoft.Azure.Monitoring.DependencyAgent" ,
51
- "type" : " DependencyAgentLinux" ,
52
- "typeHandlerVersion" : " 9.5" ,
53
- "autoUpgradeMinorVersion" : true ,
54
- "settings" : {
55
- "enableAMA" : " true"
50
+ "publisher" : " Microsoft.Azure.Monitoring.DependencyAgent" ,
51
+ "type" : " DependencyAgentLinux" ,
52
+ "typeHandlerVersion" : " 9.5" ,
53
+ "autoUpgradeMinorVersion" : true ,
54
+ "settings" : {
55
+ "enableAMA" : " true"
56
56
}
57
57
}
58
58
}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
24
24
25
25
``` json
26
26
{
27
- "$schema" : " https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#" ,
28
- "contentVersion" : " 1.0.0.0" ,
27
+ "$schema" : " https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#" ,
28
+ "contentVersion" : " 1.0.0.0" ,
29
29
"parameters" : {
30
30
"vmName" : {
31
31
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments