Skip to content

Commit 2e509c7

Browse files
committed
fix a format issue
1 parent a6d2c2a commit 2e509c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-monitor/agents/resource-manager-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ The following sample installs the Azure Monitor agent on a Linux Azure Arc-enabl
256256

257257
# [Bicep](#tab/bicep)
258258

259+
```bicep
259260
param vmName string
260261
param location string
261262
@@ -268,6 +269,7 @@ resource linuxAgent 'Microsoft.HybridCompute/machines/extensions@2021-12-10-prev
268269
autoUpgradeMinorVersion: true
269270
}
270271
}
272+
```
271273

272274
# [JSON](#tab/json)
273275

0 commit comments

Comments
 (0)