Skip to content

Updated deployment setting to use http#13968

Merged
chidozieononiwu merged 2 commits intoAzure:mainfrom
chidozieononiwu:EnableLiveTestOverHttp
Feb 13, 2026
Merged

Updated deployment setting to use http#13968
chidozieononiwu merged 2 commits intoAzure:mainfrom
chidozieononiwu:EnableLiveTestOverHttp

Conversation

@chidozieononiwu
Copy link
Member

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

Adds a pipeline/template knob to opt into HTTP transport for test resource deployments, intended to support downstream pipeline needs (linked to microsoft/mcp#1630).

Changes:

  • Add UseHttpTransport parameter to the deploy-test-resources.yml template and pass it through to New-TestResources.ps1.
  • Add UseHttpTransport switch parameter to New-TestResources.ps1 so it can be forwarded via @PSBoundParameters to pre/post deployment scripts.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
eng/common/TestResources/deploy-test-resources.yml Introduces UseHttpTransport template parameter and passes it to the deployment script in both auth flows.
eng/common/TestResources/New-TestResources.ps1 Adds UseHttpTransport switch to the script interface for propagation to downstream scripts.

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

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

❤️

Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

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

I think this should be ok. But it is definitely a functional change. I will double check to see if we use this and if we want to change existing that reference ArmTemplateParameters TO AdditionalParameters.

EDIT I have no idea why it was done this way, but ArmTemplatePameters are absolutely being used in a bunch of places via injection. So this functional change is 1000000% going to break pretty much all our livetests. We cannot merge this as-is without functional changes in each repo :|

Due to the merging within new-testresources.ps1 itself, I think it might be ok. We should smoke-test a check that uses the ArmTemplateParameters variable in their platform matrix.

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

chidozieononiwu added a commit to Azure/azure-sdk-for-js that referenced this pull request Feb 13, 2026
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#13968 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
chidozieononiwu added a commit to Azure/azure-sdk-for-rust that referenced this pull request Feb 13, 2026
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#13968 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
@chidozieononiwu chidozieononiwu merged commit af91f20 into Azure:main Feb 13, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants