Update DEV environment 3PA app IDs for new Tunnels 3PA DEV app in Test Tenant#625
Merged
jpablo2002 merged 4 commits intomainfrom Apr 25, 2026
Merged
Conversation
added 3 commits
April 24, 2026 15:45
…es in all languages and updated go version
…nt to require a dependency that is > the current published version
Co-authored-by: Copilot <copilot@github.com>
adamasmar
approved these changes
Apr 24, 2026
klvnraju
approved these changes
Apr 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed:
The Tunnels1st party app previously used for the DEV environment was disabled, as we're no longer allowed to have 1PA in the Microsoft tenant. The previously created 3PA in the Microsoft tenant is not allowed to become multitenant to allow the E2E tests to use it. Therefore, I've created a new 3PA in our test tenant, which can be multitenant, to allow the previously reenabled DEV usage, and the E2E tests to use it.
This PR pdates the DEV service 3rd-party app (3PA) application IDs to the new values across all five SDK languages (C#, Go, Java, Rust, TypeScript). Changes are limited to TunnelServiceProperties-related files — both manually maintained and auto-generated — and are purely value replacements to use the new 3PA in DEV.
Other Tasks:
npm view @microsoft/dev-tunnels-contracts). This will fix issues where yarn will pull the old version of packages and will cause mismatched dependencies. See example PR