containerservice - update sdk to 2024-05-01#27105
Conversation
bd91d01 to
329f8e8
Compare
|
I fixed some of the failed tests: |
stephybun
left a comment
There was a problem hiding this comment.
Thanks @ms-henglu LGTM 💯
I left one question regarding the removed delete options, it would be good to understand what the behavioural change there is (if there is one) so we can document it in the upgrade guide.
| ignorePodDisruptionBudget := true | ||
| err = client.DeleteThenPoll(ctx, *id, managedclusters.DeleteOperationOptions{ | ||
| IgnorePodDisruptionBudget: &ignorePodDisruptionBudget, | ||
| }) |
There was a problem hiding this comment.
@ms-henglu could you find out from the service team what the default behaviour for delete operations on the stable API version is? Are PDBs respected by default or ignored?
There was a problem hiding this comment.
Hi @stephybun , I just confirmed with service team, that this is a preview feature, if not using it, the PDBs will be respected by default.
There was a problem hiding this comment.
There was a problem hiding this comment.
Thank you for the confirmation 👍
|
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. |
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.