File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/azure-arc/servers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ az connectedmachine extension create --resource-group "resourceGroupName" --mach
50
50
The following example enables the Microsoft Antimalware extension on an Azure Arc-enabled Windows server:
51
51
52
52
``` azurecli
53
- az connectedmachine extension create --resource-group "resourceGroupName" --machine-name "myMachineName" --location "regionName" --publisher "Microsoft.Azure.Security" --type "IaaSAntimalware" --name "IaaSAntimalware" --settings '{ "AntimalwareEnabled": true} '
53
+ az connectedmachine extension create --resource-group "resourceGroupName" --machine-name "myMachineName" --location "regionName" --publisher "Microsoft.Azure.Security" --type "IaaSAntimalware" --name "IaaSAntimalware" --settings '"{\ "AntimalwareEnabled\ ": \" true\"}" '
54
54
```
55
55
56
56
## List extensions installed
You can’t perform that action at this time.
0 commit comments