WASdev / azure.liberty.aks

Apache License 2.0
2 stars 8 forks source link

BugFix: Offers can' be redeployed with the same resource group as before with different region in the same subscription #107

Closed backwind1233 closed 5 months ago

backwind1233 commented 6 months ago

Context

If I try to do following steps, it will fail. Step 1. Deploy current offer in resource group rg-a and region east us Step 2. Delete resource group rg-a Step 3. Deploy current offer in resource group rg-a and region west us

And this PR is used to fix this bug.

Tests