sparse-intern-71089
05/24/2023, 10:10 AMgorgeous-monkey-78209
05/24/2023, 10:16 AMpulumi up
to make the changes using provider v1.99.0
with API `v2023-02-01`: error: Code="SkuNotAvailable" Message="Basic managed cluster SKU name is invalid. 'Basic' has been replaced by 'Base' since v2023-02-01. "
This is with the code being updated to declare the SKU name as Base
. I also tried editing the Pulumi state to set the SKU name to Base
and then ran a refresh and it wants to update it back to `Basic`:
~ sku : {
~ name: "Base" => "Basic"
tier: "Free"
}
We've also confirmed via AZ CLI that it is already set to Base
.adorable-scooter-32619
07/23/2023, 2:21 PM