-
Notifications
You must be signed in to change notification settings - Fork 209
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
Upgrade version of MySQL to 2023-12-30 #4549
Conversation
) | ||
|
||
func Test_DBForMySQL_FlexibleServer_20231230_CRUD(t *testing.T) { | ||
t.Parallel() |
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.
If we're pretty sure that this is correct but can't possibly record tests for it for some reason, we can always mark this t.Skip()
and file an item to come back to it once we get to the root cause of why they're rejecting us...
Not ideal though.
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.
We got quota and I was able to record the tests.
* Update azure-arm.yaml * Update generated files * Implement conversion override for SourceServerResourceId * Add samples * Add test for new version * Update version released * Add recordings * Remove custom region from test
Test failed in merge queue due to: Though now that I look, I actually missed fixing this fully... I will send another PR |
What this PR does
Updates the supported version of
dbformysql
to v2023-12-30.Closes #3839
How does this PR make you feel?
Checklist