Skip to content

Sync eng/common directory with azure-sdk-tools for PR 13968#26024

Merged
chidozieononiwu merged 2 commits intomainfrom
sync-eng/common-EnableLiveTestOverHttp-13968
Feb 13, 2026
Merged

Sync eng/common directory with azure-sdk-tools for PR 13968#26024
chidozieononiwu merged 2 commits intomainfrom
sync-eng/common-EnableLiveTestOverHttp-13968

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13968 See eng/common workflow

@azure-sdk azure-sdk requested a review from a team as a code owner February 13, 2026 02:04
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Feb 13, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR syncs the eng/common directory with azure-sdk-tools PR #13968, updating the test resource deployment pipeline template to support separate ArmTemplateParameters and AdditionalParameters configuration.

Changes:

  • Added new AdditionalParameters parameter to the pipeline template with default value '@{}'
  • Renamed the PowerShell script parameter from -AdditionalParameters to -ArmTemplateParameters for passing ARM template parameters
  • Added new -AdditionalParameters parameter for passing additional pipeline parameters

@subscriptionConfiguration `
-AdditionalParameters ${{ parameters.ArmTemplateParameters }} `
-ArmTemplateParameters ${{ parameters.ArmTemplateParameters }} `
-AdditionalParameters {{ parameters.AdditionalParameters }} `
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing $ prefix before the template expression. This should be ${{ parameters.AdditionalParameters }} instead of {{ parameters.AdditionalParameters }}. Without the $ prefix, the Azure Pipelines template expression will not be evaluated correctly, and the parameter value will not be passed to the PowerShell script.

Suggested change
-AdditionalParameters {{ parameters.AdditionalParameters }} `
-AdditionalParameters ${{ parameters.AdditionalParameters }} `

Copilot uses AI. Check for mistakes.
@subscriptionConfiguration `
-AdditionalParameters ${{ parameters.ArmTemplateParameters }} `
-ArmTemplateParameters ${{ parameters.ArmTemplateParameters }} `
-AdditionalParameters {{ parameters.AdditionalParameters }} `
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing $ prefix before the template expression. This should be ${{ parameters.AdditionalParameters }} instead of {{ parameters.AdditionalParameters }}. Without the $ prefix, the Azure Pipelines template expression will not be evaluated correctly, and the parameter value will not be passed to the PowerShell script.

Suggested change
-AdditionalParameters {{ parameters.AdditionalParameters }} `
-AdditionalParameters ${{ parameters.AdditionalParameters }} `

Copilot uses AI. Check for mistakes.
@azure-sdk azure-sdk force-pushed the sync-eng/common-EnableLiveTestOverHttp-13968 branch from 60c232f to d16a3f2 Compare February 13, 2026 03:55
@chidozieononiwu chidozieononiwu merged commit bf0d0cf into main Feb 13, 2026
12 checks passed
@chidozieononiwu chidozieononiwu deleted the sync-eng/common-EnableLiveTestOverHttp-13968 branch February 13, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants