azurerm_kubernetes_cluster - remove subnet lock#27583
azurerm_kubernetes_cluster - remove subnet lock#27583stephybun merged 1 commit intohashicorp:mainfrom
azurerm_kubernetes_cluster - remove subnet lock#27583Conversation
stephybun
left a comment
There was a problem hiding this comment.
Thanks @ms-henglu. The test looks good, once the surrounding code has been removed as well this should be good to go.
| if err != nil { | ||
| return err | ||
| } | ||
|
|
There was a problem hiding this comment.
We can remove the entire block that this is nested in i.e. from line 415-427 since without the locks these statements don't have any purpose.
There was a problem hiding this comment.
Hi @stephybun - These statements are still used in other places like https://github.com/hashicorp/terraform-provider-azurerm/blob/main/internal/services/containers/kubernetes_cluster_node_pool_resource.go#L674
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR removes the subnet lock. According to https://github.com/Azure/AKS/releases/tag/2024-09-18, the race condition issue is fixed. I also kept the test to verify the fix.
Community Note
Description
PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource- support for thething1property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.