Skip to content

Commit

Permalink
{Compute} Includes the example and description for Remove-AzVMBackup (#…
Browse files Browse the repository at this point in the history
…18199)

This PR includes the example and description for Remove-AzVMBackup
Fixes #15999
  • Loading branch information
navba-MSFT authored May 24, 2022
1 parent 24b827d commit b22cc41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Compute/Compute/help/Remove-AzVMBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ Remove-AzVMBackup [-ResourceGroupName] <String> [-VMName] <String> [-Tag] <Strin
```

## DESCRIPTION
The **Remove-AzVMBackup** cmdlet removes the backup from a virtual machine.

## EXAMPLES

### 1:
### Example 1
```
PS C:\>
Remove-AzVMBackup -ResourceGroupName $rgname -VMName $vmName
```

## PARAMETERS
Expand Down

0 comments on commit b22cc41

Please sign in to comment.