You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] Cherry-pick commit 69b0b17 (original fix from #2887)
- [x] Reverted additional post-review changes (test rename, comment
removal) — branch now matches the original cherry-pick exactly
<!-- START COPILOT ORIGINAL PROMPT -->
<details>
<summary>Original prompt</summary>
> Create a cherry-pick PR of #2887 onto the
release/1.7 branch.
>
> Context:
> - Repository: Azure/data-api-builder
> - PR to cherry-pick:
#2887
> - Target branch: release/1.7
> - Goal: apply the same fix from #2887 (“Fix for stored procedure empty
cell bug”) onto release/1.7.
>
> Requirements:
> 1. Inspect PR #2887 to identify all commits included (since PR is
merged).
> 2. Create a new branch off release/1.7, e.g.
`cherry-pick/2887-release-1.7`.
> 3. Cherry-pick the relevant commit(s) from PR #2887 onto the new
branch.
> - If the PR contains multiple commits, cherry-pick all that are
required for the fix.
> - Resolve any conflicts to preserve release/1.7 behavior.
> 4. Ensure the solution builds on .NET 8:
> - `dotnet build src/Azure.DataApiBuilder.sln`
> 5. Run targeted tests if impacted (at minimum, run the existing
unit/integration tests relevant to stored procedure execution if
present; otherwise run the existing CI test suite entrypoints that are
feasible).
> 6. Run formatting if needed:
> - `dotnet format src/Azure.DataApiBuilder.sln --verify-no-changes`
> 7. Open a pull request targeting `release/1.7`.
> - PR title: `Cherry-pick #2887: Fix stored procedure empty cell bug`
> - PR description should reference original PR and include a brief
summary of changes, test results, and conflict resolution notes (if
any).
>
> Notes:
> - Do not introduce new features; only backport the fix.
> - Keep commit messages clear; use `cherry-pick` convention if repo
uses one.
> - Ensure no connection strings or secrets are added.
>
>
> The following is the prior conversation context from the user's chat
exploration (may be truncated):
>
> User: Can you cherry-pick below PR to release/1.7 branch and create a
PR
> @Azure/data-api-builder/pull/2887
>
> Assistant: I’ve queued up the cherry-pick PR workflow for
`#2887` targeting `release/1.7`, and I’m currently
waiting on your approval/confirmation in the prompt so I can proceed
with applying the commits and opening the new PR.
>
>
</details>
<!-- START COPILOT CODING AGENT SUFFIX -->
*This pull request was created from Copilot chat.*
>
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 Send tasks to Copilot coding agent from
[Slack](https://gh.io/cca-slack-docs) and
[Teams](https://gh.io/cca-teams-docs) to turn conversations into code.
Copilot posts an update in your thread when it's finished.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Giovanna Ribeiro <44936262+gilemos@users.noreply.github.com>
Co-authored-by: Giovanna Ribeiro <gribeiro@microsoft.com>
Co-authored-by: RubenCerna2079 <32799214+RubenCerna2079@users.noreply.github.com>
Co-authored-by: vadeveka <52937801+vadeveka@users.noreply.github.com>
0 commit comments