Skip to content

Commit bf35a31

Browse files
authored
Update Remove-AzureRmVMDiagnosticsExtension.md
Update the incorrect PS command example
1 parent ef7d6d7 commit bf35a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Remove-AzureRmVMDiagnosticsExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You must pass the output of this cmdlet to the Update-AzureRmVM cmdlet to implem
2525

2626
### Example 1: Remove the Diagnostics extension from a virtual machine
2727
```
28-
PS C:\>Remove-AzureRmVMDiagnosticsExtension -ResourceGroupName "ResourceGroup11" -VMName "ContosoVM22" | Update-AzureRmVM
28+
PS C:\>Remove-AzureRmVMDiagnosticsExtension -ResourceGroupName "ResourceGroup11" -VMName "ContosoVM22"
2929
```
3030

3131
This command removes the Diagnostics extension from a virtual machine named ContosoVM22.

0 commit comments

Comments
 (0)