Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 17, 2025

Cherry-picks changes from PR #14936 (merged to release/VS183I3) to dev branch.

Changes

  • Fix developer portal URL: Updated DEVELOPER_PORTAL_APP_PACKAGE_URL constant from /app-package to /app-package-editor endpoint
  • Import ordering: Moved semver import before ComponentNames import
// Before
public static readonly DEVELOPER_PORTAL_APP_PACKAGE_URL =
  "https://dev.teams.microsoft.com/apps/%s/app-package?login_hint=%s";

// After  
public static readonly DEVELOPER_PORTAL_APP_PACKAGE_URL =
  "https://dev.teams.microsoft.com/apps/%s/app-package-editor?login_hint=%s";

File modified: packages/fx-core/src/component/driver/teamsApp/constants.ts

Original prompt

This section details on the original issue you should resolve

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

Cherry-pick Reminder

@tecton Hello!

This is an automatically created reminder. Your PR #14936 (fix: developer portal link) is being merged into the release/VS183I3 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)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Cherry-pick changes from PR #14936 to dev branch Cherry-pick PR #14936: Fix developer portal link to app-package-editor Dec 17, 2025
Copilot AI requested a review from tecton December 17, 2025 05:33
@tecton tecton marked this pull request as ready for review December 24, 2025 08:11
@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.45%. Comparing base (d5ed500) to head (ddcae73).
⚠️ Report is 32 commits behind head on dev.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              dev   #15004      +/-   ##
==========================================
+ Coverage   89.44%   89.45%   +0.01%     
==========================================
  Files         605      605              
  Lines       37157    37226      +69     
  Branches     7551     7615      +64     
==========================================
+ Hits        33236    33302      +66     
  Misses       1836     1836              
- Partials     2085     2088       +3     
Files with missing lines Coverage Δ
...fx-core/src/component/driver/teamsApp/constants.ts 99.13% <100.00%> (ø)

... and 8 files with indirect coverage changes

🚀 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.

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 #14936 needs to be synchronized to other branches

2 participants