Skip to content

Commit 322a129

Browse files
author
Sambit Rath
committed
updated markdown help
1 parent 859f6b4 commit 322a129

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesBackupItem.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ Gets the items from a container in Backup.
1818
```
1919
Get-AzRecoveryServicesBackupItem [-Container] <ContainerBase> [[-Name] <String>]
2020
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
21-
[-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [[-FriendlyName] <String>]
22-
[-VaultId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
21+
[-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
22+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2323
```
2424

2525
### GetItemsForVault
2626
```
2727
Get-AzRecoveryServicesBackupItem [-BackupManagementType] <BackupManagementType> [[-Name] <String>]
2828
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
29-
[-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [[-FriendlyName] <String>]
30-
[-VaultId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
29+
[-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
30+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3131
```
3232

3333
### GetItemsForPolicy
3434
```
3535
Get-AzRecoveryServicesBackupItem [-Policy] <PolicyBase> [[-Name] <String>]
3636
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
37-
[[-DeleteState] <ItemDeleteState>] [[-FriendlyName] <String>] [-VaultId <String>]
37+
[[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
3838
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3939
```
4040

@@ -160,7 +160,7 @@ Parameter Sets: (All)
160160
Aliases:
161161

162162
Required: False
163-
Position: 7
163+
Position: Named
164164
Default value: None
165165
Accept pipeline input: False
166166
Accept wildcard characters: False

0 commit comments

Comments
 (0)