How do you delete DPM recovery items from a vault?
Does anyone know how to delete Backup Items with Backup Management Type "DPM" from a recovery services vault?
When using powershell I get the following error.
Get-AzRecoveryServicesBackupItem : Cannot bind parameter 'BackupManagementType'. Cannot convert value "DPM" to type
"Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType". Error: "Unable to match the identifier name DPM to a valid enumerator name. Specify one of the following
enumerator names and try again:
AzureVM, SCDPM, AzureBackupServer, AzureSQL, AzureStorage, AzureWorkload, MAB, NA"
Thought using SCDPM might work based on the error but it does not.
Thanks