[MySQL] Fix flexible-server firewall rule create payload - #33865
[MySQL] Fix flexible-server firewall rule create payload#33865Aditya 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 a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
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 results —
|
|
MySQL |
There was a problem hiding this comment.
Automated Review Summary ✅
PR: [MySQL] Fix flexible-server firewall rule create payload
Linked issue: #33839
- Live test: ✅ Passed (
azdev test ... --live) - CI checks: ✅ All 90 checks passed, 0 failed, 0 pending
No issues found. This PR looks ready for human maintainer review/merge.
Posted by agent-assist (autonomous bug-fix pipeline).
|
🔔 Routing this PR to @Azure/act-identity-squad. |
|
🔔 Routing this PR to @Azure/act-observability-squad. |
|
🔔 Routing this PR to @Azure/act-quality-productivity-squad. |
Related command
az mysql flexible-server firewall-rule createDescription
az mysql flexible-server firewall-rule createregressed by sending a flat request body for firewall rules, causing MySQL Flexible Server to returnInternalServerError.FirewallRuleSDK model for create requests.{ "properties": { "startIpAddress": "203.0.113.10", "endIpAddress": "203.0.113.10" } }Testing Guide
History Notes
[MySQL]
az mysql flexible-server firewall-rule create: Fix firewall rule create request payload serialization.This checklist is used to make sure that common guidelines for a pull request are followed.
The 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.