Skip to content

Comments

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

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#6956
chidozieononiwu merged 2 commits intomainfrom
sync-eng/common-EnableLiveTestOverHttp-13968

Conversation

@azure-sdk
Copy link
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
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 pull request syncs the eng/common directory with azure-sdk-tools PR #13968. The change introduces a new AdditionalParameters parameter to distinguish between ARM template parameters and other additional parameters passed to the test resource deployment script.

Changes:

  • Added new AdditionalParameters parameter to the YAML template
  • Renamed the usage of -AdditionalParameters to -ArmTemplateParameters for the original ARM template parameters
  • Added new -AdditionalParameters parameter usage for the new AdditionalParameters field

@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 dollar sign prefix in parameter expansion. The expression should be ${{ parameters.AdditionalParameters }} instead of {{ parameters.AdditionalParameters }}. Without the $ prefix, this will not be properly expanded and will cause the script invocation to fail. All other parameter expansions in this file consistently use the ${{ }} syntax.

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 dollar sign prefix in parameter expansion. The expression should be ${{ parameters.AdditionalParameters }} instead of {{ parameters.AdditionalParameters }}. Without the $ prefix, this will not be properly expanded and will cause the script invocation to fail. All other parameter expansions in this file consistently use the ${{ }} syntax.

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 c891452 to 04de30e Compare February 13, 2026 03:55
@chidozieononiwu chidozieononiwu merged commit 4160389 into main Feb 13, 2026
44 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.

2 participants