File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
articles/azure-arc/servers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,35 +22,35 @@ The extension manager must be stopped before running any of these commands. Stop
22
22
23
23
Lists extensions installed on the machine.
24
24
25
- ## Usage
25
+ ### Usage
26
26
27
27
```
28
28
azcmagent extension list [flags]
29
29
```
30
30
31
- ## Examples
31
+ ### Examples
32
32
33
33
See which extensions are installed on your machine.
34
34
35
35
```
36
36
azcmagent extension list
37
37
```
38
38
39
- ## Flags
39
+ ### Flags
40
40
41
41
[ !INCLUDE [ common-flags] ( includes/azcmagent-common-flags.md )]
42
42
43
43
## azcmagent extension remove
44
44
45
45
Uninstalls extensions on the machine.
46
46
47
- ## Usage
47
+ ### Usage
48
48
49
49
```
50
50
azcmagent extension remove [flags]
51
51
```
52
52
53
- ## Examples
53
+ ### Examples
54
54
55
55
Remove the "AzureMonitorWindowsAgent" extension from the local machine.
56
56
@@ -64,7 +64,7 @@ Remove all extensions from the local machine.
64
64
azcmagent extension remove --all
65
65
```
66
66
67
- ## Flags
67
+ ### Flags
68
68
69
69
` --all ` , ` -a `
70
70
You can’t perform that action at this time.
0 commit comments