-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
containerservice
- upgrade sdk to 2023-02-02-preview
#21256
containerservice
- upgrade sdk to 2023-02-02-preview
#21256
Conversation
…b.com:hashicorp/terraform-provider-azurerm into f/upgrade-containerservice-2023-02-02-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.
Left a couple of comments inline but otherwise 👍
Co-authored-by: Tom Harvey <[email protected]>
This functionality has been released in v3.51.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
AzureRM provider v3.51.0 introduced a Breaking Change. Changing Paid to Standard Azure/terraform-azurerm-aks#345 hashicorp/terraform-provider-azurerm#21256
Closes #20887
This PR contains a breaking change
In addition to notifying users of the breaking change in the CHANGELOG I also allow
Paid
as a valid value forsku_tier
for the time being so that the error message from the AKS API can inform users of the change.Code="SkuNotAvailable" Message="Paid managed cluster SKU tier is invalid. 'Paid' has been replaced by 'Standard' since v2023-02-01. "