Skip to content

Commit 205cea9

Browse files
author
Samuel Anudeep
committed
[RS.Backup] Update help text for -UseOriginalStorageAccount parameter in Restore cmdlet
1 parent f7b188d commit 205cea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup/help/Restore-AzureRmRecoveryServicesBackupItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Restores the data and configuration for a Backup item to a recovery point.
1515

1616
```
1717
Restore-AzureRmRecoveryServicesBackupItem [-RecoveryPoint] <RecoveryPointBase> [-StorageAccountName] <String>
18-
[-StorageAccountResourceGroupName] <String> [-UseOriginalStorageAccountForDiskRestore]
18+
[-StorageAccountResourceGroupName] <String> [-UseOriginalStorageAccount]
1919
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

@@ -122,7 +122,7 @@ Accept pipeline input: False
122122
Accept wildcard characters: False
123123
```
124124
125-
### -UseOriginalStorageAccountForDiskRestore
125+
### -UseOriginalStorageAccount
126126
Use this switch if the disks from the recovery point are to be restored to their original storage accounts.
127127
128128
```yaml

0 commit comments

Comments
 (0)