Skip to content

Commit 84c330a

Browse files
authored
Update articles/virtual-machines/extensions/diagnostics-linux.md
1 parent 476f6df commit 84c330a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/diagnostics-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The **recommendation** is to enable automatic update of the agent by enabling th
137137

138138
# [Azure CLI](#tab/azcli)
139139

140-
```powershell
140+
```azurecli
141141
az vm extension set --publisher Microsoft.Azure.Diagnostics --name LinuxDiagnostic --version 4.0 --resource-group <resource_group_name> --vm-name <vm_name> --protected-settings ProtectedSettings.json --settings PublicSettings.json --enable-auto-upgrade true
142142
```
143143

0 commit comments

Comments
 (0)