Skip to content

Commit 2bce0a6

Browse files
authored
Test-Proxy enabled by default (#36573)
* default test-proxy to being utilized * update argument from core so that language-specific cert trust step doesn't mess with the tests
1 parent c265dab commit 2bce0a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ parameters:
6868
default: false
6969
- name: TestProxy
7070
type: boolean
71-
default: false
71+
default: true
7272
- name: GenerateApiReviewForManualOnly
7373
type: boolean
7474
default: false

sdk/core/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extends:
3737
ServiceDirectory: core
3838
BuildTargetingString: "*"
3939
ValidateFormatting: true
40+
TestProxy: false
4041
Artifacts:
4142
- name: azure-core
4243
safeName: azurecore

0 commit comments

Comments
 (0)