Skip to content

Commit

Permalink
Test-Proxy enabled by default (#36573)
Browse files Browse the repository at this point in the history
* default test-proxy to being utilized
* update argument from core so that language-specific cert trust step doesn't mess with the tests
  • Loading branch information
scbedd authored Jul 23, 2024
1 parent c265dab commit 2bce0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ parameters:
default: false
- name: TestProxy
type: boolean
default: false
default: true
- name: GenerateApiReviewForManualOnly
type: boolean
default: false
Expand Down
1 change: 1 addition & 0 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extends:
ServiceDirectory: core
BuildTargetingString: "*"
ValidateFormatting: true
TestProxy: false
Artifacts:
- name: azure-core
safeName: azurecore
Expand Down

0 comments on commit 2bce0a6

Please sign in to comment.