We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4403e6c + f0c5254 commit 4769047Copy full SHA for 4769047
articles/virtual-machines/extensions/features-linux.md
@@ -97,7 +97,7 @@ az vm extension set \
97
98
When the extension runs correctly, the output is similar to the following example:
99
100
-```bash
+```output
101
info: Executing command vm extension set
102
+ Looking up the VM "myVM"
103
+ Installing extension "CustomScript", VM: "mvVM"
@@ -281,8 +281,8 @@ waagent --version
281
282
The output is similar to the following example:
283
284
285
-WALinuxAgent-2.2.45 running on ubuntu 18.04
+WALinuxAgent-2.2.45 running on <Linux Distro>
286
Python: 3.6.9
287
Goal state agent: 2.7.1.0
288
```
0 commit comments