I'm trying to delete a disk in a resource group that my account has permission to delete. When running this command no errors happen and the script finishes, but the disk is not deleted when checking the portal (-n and -g are filled in with correct information in the actual code).
az disk delete -n "DiskName" -g ResourceGroup --yes