I have created a HDI cluster and its associated storage account using Azure CLI 2.0 and ARM template.
Now I want to the delete the cluster using Azure CLI 2.0. But I don't find command option to delete it.
In Azure CLI 1.0 , I will delete a cluster using the following:-
azure hdinsight cluster delete <Cluster Name>
How can I delete a cluster using Azure CLi 2.0?