Sync eng/common directory with azure-sdk-tools for PR 13968 - #56247
Merged
Chidozie Ononiwu (chidozieononiwu) merged 2 commits intoFeb 13, 2026
Merged
Conversation
Azure SDK Bot (azure-sdk)
requested review from
Chidozie Ononiwu (chidozieononiwu) and
Copilot
February 13, 2026 02:05
Copilot started reviewing on behalf of
Azure SDK Bot (azure-sdk)
February 13, 2026 02:06
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the eng/common directory with azure-sdk-tools PR #13968, introducing a distinction between ARM template parameters and additional parameters in the test resources deployment pipeline. The change separates the previously single -AdditionalParameters flag into two distinct parameters: -ArmTemplateParameters for ARM template-specific parameters and -AdditionalParameters for parameters that apply to both ARM templates and pre/post scripts.
Changes:
- Added
AdditionalParametersas a new pipeline parameter (separate fromArmTemplateParameters) - Updated PowerShell script invocations to use
-ArmTemplateParametersfor ARM template parameters and-AdditionalParametersfor additional parameters - Applied changes consistently across both federated auth and service principal auth code paths
Member
|
/azp run net - keyvault |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Azure SDK Bot (azure-sdk)
force-pushed
the
sync-eng/common-EnableLiveTestOverHttp-13968
branch
from
February 13, 2026 03:57
8746c6c to
23d56dc
Compare
Member
|
/azp run net - keyvault |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Chidozie Ononiwu (chidozieononiwu)
approved these changes
Feb 13, 2026
Chidozie Ononiwu (chidozieononiwu)
merged commit Feb 13, 2026
c84409e
into
main
35 of 40 checks passed
Chidozie Ononiwu (chidozieononiwu)
deleted the
sync-eng/common-EnableLiveTestOverHttp-13968
branch
February 13, 2026 06:37
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.
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13968 See eng/common workflow