Remove SDLValidationParameters from pipeline files - #3011
Merged
MihaZupan merged 1 commit intoApr 10, 2026
Merged
Conversation
…elines-nonprod.yml The SDLValidationParameters parameter was removed from the core post-build template in eng/common, causing CI to fail with "Unexpected parameter 'SDLValidationParameters'". Remove the now-invalid parameter blocks from both pipeline files. Agent-Logs-Url: https://github.com/dotnet/yarp/sessions/6ba32e16-7fcb-44dd-b3b8-aa3ecc9956fe Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
MihaZupan
April 8, 2026 16:46
View session
MihaZupan
marked this pull request as ready for review
April 8, 2026 16:47
MihaZupan
approved these changes
Apr 9, 2026
MihaZupan
deleted the
copilot/fix-unexpected-sdlvalidationparameters-error
branch
April 10, 2026 14:04
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.
Arcade SDK
11.0.0-beta.26204.1(ingested via #3001) removedSDLValidationParametersfromeng/common/core-templates/post-build/post-build.yml. The wrapper template forwards all parameters via${{ each parameter in parameters }}, so passing the now-undeclared parameter causes Azure DevOps YAML expansion to fail:SDL scanning is unaffected — it moved to the 1ES Pipeline Template Guardian infrastructure as part of the 1ESPT migration (dotnet/arcade#14531, dotnet/arcade#15140). The per-repo
SDLValidationParametersblock (PoliCheck, CredScan, TSA config) is no longer consumed by any template.Other repos that ingested the same Arcade update applied the identical fix:
Changes
SDLValidationParametersblock fromazure-pipelines.ymlSDLValidationParametersblock fromazure-pipelines-nonprod.yml