When creating an AKS management cluster, we would az group create over the top of an existing RG, which deletes its tags. This changes so we check first and skip that if the RG exists.
History Notes
This checklist is used to make sure that common guidelines for an Azure CLI pull request are followed.
Description
When creating an AKS management cluster, we would
az group create
over the top of an existing RG, which deletes its tags. This changes so we check first and skip that if the RG exists.History Notes
This checklist is used to make sure that common guidelines for an Azure CLI pull request are followed.