Replace PAT with WIF service connection for VS insertion#19683
Merged
Conversation
Migrate from dn-bot-devdiv-build-rw-code-rw-release-rw PAT to the dnceng-fsharp-vs-insertion-wif Entra WIF service connection for authenticating to DevDiv when creating VS insertion PRs. - Remove DotNet-VSTS-Infra-Access variable group reference - Add AzureCLI@2 step to acquire bearer token via WIF SC - Set InsertAccessToken as secret variable from WIF token Resolves: https://dev.azure.com/dnceng/internal/_workitems/edit/10091
Contributor
✅ No release notes required |
T-Gro
approved these changes
May 6, 2026
abonie
approved these changes
May 7, 2026
This was referenced May 7, 2026
T-Gro
added a commit
that referenced
this pull request
May 12, 2026
…TOOLS_SOURCE override Per Missy Messa's PR #19683 pattern: use WIF service connection 'dnceng-fsharp-vs-insertion-wif' to acquire DevDiv access token via AzureCLI@2. Set token as VSS_NUGET_EXTERNAL_FEED_ENDPOINTS env var so NuGet restore authenticates against devdiv/VS feed (where Roslyn 2.10.0-beta2-72429-17 lives). Also override BUILDTOOLS_SOURCE env var so init-tools.cmd's project.json restore of Microsoft.DotNet.BuildTools 1.0.27-prerelease-01001-04 finds it on dnceng/myget-legacy mirror (the original dotnet.myget.org/F/dotnet-buildtools URL is dead). Drop Microsoft.FSharp.TupleSample 1.0.0-alpha-161121 from packages.config: sample/test-only package (not in any production code path), only referenced from tests/FSharp.Core.UnitTests/StructTuples.fs which is skipped in CI (PB_SKIPTESTS). Originally on dotnet.myget.org/F/fsharp (dead). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Migrate the VS insertion pipeline authentication from the dn-bot-devdiv-build-rw-code-rw-release-rw PAT to the dnceng-fsharp-vs-insertion-wif Entra Workload Identity Federation (WIF) service connection.
Changes
Context
This is part of the dnceng PAT-to-Entra migration (WI 10091). The 1ES PAT disable policy requires all non-packaging PATs to be migrated to Entra-based credentials.
The replacement service connection \dnceng-fsharp-vs-insertion-wif\ uses:
Validation