[MySQL] Fix flexible server AD admin creation - #33838
[MySQL] Fix flexible server AD admin creation#33838Aditya Pujara (a0x1ab) with Copilot wants to merge 2 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: a0x1ab <59631311+a0x1ab@users.noreply.github.com>
Live test skipped⏭️ Skipping the live test for this revision because no new test file was added ( The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically. Posted by agent-assist (autonomous bug-fix pipeline). |
|
MySQL |
|
Copilot please review and implement all unaddressed human feedback through Yong Zhang (@yonzhan)'s latest comment at #33838 (comment), then push the fix to this PR. Human review feedback to implement: Posted by agent-assist (autonomous bug-fix pipeline). |
The referenced human comment contains only “MySQL” and does not specify a requested change. Please provide the concrete feedback to implement. |
|
Copilot please review and implement all unaddressed human feedback through Yong Zhang (@yonzhan)'s latest comment at #33838 (comment), then push the fix to this PR. Human review feedback to implement: Posted by agent-assist (autonomous bug-fix pipeline). |
|
Copilot please review and implement all unaddressed human feedback through Yong Zhang (@yonzhan)'s latest comment at #33838 (comment), then push the fix to this PR. Human review feedback to implement: Posted by agent-assist (autonomous bug-fix pipeline). |
There was a problem hiding this comment.
Copilot finished without pushing a fix after 3 automated attempts for the feedback at #33838 (comment). Leaving this PR for manual follow-up.
Posted by agent-assist (autonomous bug-fix pipeline).
|
🔔 Routing this PR to @Azure/act-codegen-extensibility-squad. |
Related command
az mysql flexible-server ad-admin createDescription
AD admin creation fails after the MySQL Flexible Server SDK upgrade because plain dictionaries no longer receive SDK REST serialization.
AzureADAdministratorfor the request payload.propertiesserialization and REST field names:Testing Guide
Run
az mysql flexible-server ad-admin createwith a user-assigned identity.History Notes
[MySQL]
az mysql flexible-server ad-admin create: Fix AD admin creationThe PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.