Skip to content

fix(template): cherry-pick python cea auth fix to dev#15408

Merged
tecton merged 2 commits intodevfrom
copilot/cherry-pick-fix-template
Mar 4, 2026
Merged

fix(template): cherry-pick python cea auth fix to dev#15408
tecton merged 2 commits intodevfrom
copilot/cherry-pick-fix-template

Conversation

Copy link
Contributor

Copilot AI commented Mar 4, 2026

Cherry-pick of #15379 to dev. The Python basic-custom-engine-agent playground template was missing the ANONYMOUS_ALLOWED setting, causing auth misconfiguration at deploy time.

Changes

  • templates/vsc/python/basic-custom-engine-agent/m365agents.playground.yml.tpl: Add CONNECTIONS__SERVICE_CONNECTION__SETTINGS__ANONYMOUS_ALLOWED: "True" alongside the other SERVICE_CONNECTION__SETTINGS__* env vars in the file/createOrUpdateEnvironmentFile deploy step.
Original prompt

This section details on the original issue you should resolve

<issue_title>[Cherry-pick] PR #15379 needs to be synchronized to other branches</issue_title>
<issue_description>

Cherry-pick Reminder

@tecton Hello!

This is an automatically created reminder. Your PR #15379 (fix(template): python cea auth) is being merged into the release/6.5 branch.

Please ensure to cherry-pick these changes to the following branches:

Steps to Follow:

  1. Wait for the current PR to be merged.
  2. Execute the following commands locally:
    git fetch origin
    git checkout <target_branch>
    git cherry-pick <commit_hash>
    git push origin <target_branch>
  3. Or create a new PR to merge these changes into the above branches.

After completion, please check the items above ✓

Note: This is an automatically created issue. You can close this issue after completing all the operations.
</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: tecton <886116+tecton@users.noreply.github.com>
Copilot AI changed the title [WIP] Cherry-pick PR #15379 changes to dev and release branches fix(template): cherry-pick python cea auth fix to dev Mar 4, 2026
@tecton tecton marked this pull request as ready for review March 4, 2026 05:34
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.29%. Comparing base (f58aefa) to head (f151c94).
⚠️ Report is 5 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##              dev   #15408    +/-   ##
========================================
  Coverage   89.29%   89.29%            
========================================
  Files         620      620            
  Lines       38084    38084            
  Branches     7561     7732   +171     
========================================
  Hits        34009    34009            
  Misses       1973     1973            
  Partials     2102     2102            
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tecton tecton merged commit a81acd3 into dev Mar 4, 2026
61 of 64 checks passed
@tecton tecton deleted the copilot/cherry-pick-fix-template branch March 4, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Cherry-pick] PR #15379 needs to be synchronized to other branches

3 participants