This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Bug: not using location of existing resource group on az capi create
#144
Milestone
az capi create
#144
When running
az capi create
with--resource-group=<existing-resource-group
. We are not using the location of resource group passed if it exists. As we have extracted the logic to check the existence but not returning location refence tocreate_workload_cluster
Possible Fix:
We should update behavior of
check_resource_group
and returnresource_group_name and location
The text was updated successfully, but these errors were encountered: