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