-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Microsoft.ContainerService managedClusters API version to 2024-02-01 #552
Update Microsoft.ContainerService managedClusters API version to 2024-02-01 #552
Conversation
This is a valid issue according to: the latest API version is correctly 2024-02-01 @lonegunmanb could we please merge this asap ? thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @olofmattsson-inriver for opening this pr to us! I have a question for the API version you assigned.
main.tf
Outdated
@@ -660,7 +660,7 @@ resource "null_resource" "http_proxy_config_no_proxy_keeper" { | |||
resource "azapi_update_resource" "aks_cluster_http_proxy_config_no_proxy" { | |||
count = can(var.http_proxy_config.no_proxy[0]) ? 1 : 0 | |||
|
|||
type = "Microsoft.ContainerService/managedClusters@2023-01-02-preview" | |||
type = "Microsoft.ContainerService/managedClusters@2024-02-01-preview" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've assigned two different API for two aks update resources, do we have any special reason for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No other than my ignorance. My test passed so I didn't spot the typo. Updated the PR
Hi @olofmattsson-inriver the e2e test failed, but I checked the error message, I believe we have fixed the issue which caused error in our latest main branch. Would you please rebase your branch with our latest main branch and try again? Thanks! |
Hi @lonegunmanb. I've rebased and hopefully, this will fix the issue. |
I'm going to merge this pr despite e2e test failure, since after a review I'm sure that the failure was caused by our fragile tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @olofmattsson-inriver , LGTM!
Describe your changes
Support for Azure Kubernetes 2023-01-02-preview API is ending 20 June 2024. Update to the latest stable version.
Issue number