Skip to content

Commit 9a1ba45

Browse files
committed
updates
1 parent 4b9feb5 commit 9a1ba45

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/virtual-machines/extensions/agent-dependency-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
4747
"location": "[resourceGroup().location]",
4848
"dependsOn": [],
4949
"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"
5656
}
5757
}
5858
}

articles/virtual-machines/extensions/agent-dependency-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The following JSON shows the schema for the Azure VM Dependency agent extension
2424

2525
```json
2626
{
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",
2929
"parameters": {
3030
"vmName": {
3131
"type": "string",

0 commit comments

Comments
 (0)