Hi,
I am currently working with Azure Recovery Vaults. I am following a MSDN guide on how to automate backup protection using Azure Recovery Vaults via PowerShell.
My problem is that I cannot delete the Recovery Vault once I add a certain VM to it. It shows an error that there must be no existing resources in the Recovery Vault before I delete it. For this purpose there is a cmdlet to unregister the backup containers
Unregister-AzureRmRecoveryServicesBackupContainer
However this cmdlet does not work with AzureVM Virtual Machines. Is there any cmdlet which will allow me to unregister AzureVM Virtual Machines from the Recovery Vault so that I can proceed to delete the Recovery Vault.