Skip to content

Commit 0aa0e79

Browse files
authored
Merge pull request Azure#4059 from Azure/yantang-msft-patch-1
Update Remove-AzureRmVMDiagnosticsExtension.md
2 parents d1eab7f + bf35a31 commit 0aa0e79

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)