Skip to content

Commit 516f66d

Browse files
authored
Fix issue with language specific certificate trust (#36531)
* fix issue with language-specific certificate trust * enable test proxy so we have a good test
1 parent cc9fd4e commit 516f66d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ function Import-Dev-Cert-python
647647
Write-Host "Python Trust Methodology"
648648

649649
$pathToScript = Resolve-Path (Join-Path -Path $PSScriptRoot -ChildPath "../../scripts/devops_tasks/trust_proxy_cert.py")
650-
python -m python -m pip install requests
650+
python -m pip install requests
651651
python $pathToScript
652652
}
653653

sdk/template/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ extends:
4646
oneESTemplateTag: ${{ parameters.oneESTemplateTag }}
4747
ServiceDirectory: template
4848
ValidateFormatting: true
49+
TestProxy: true
4950
Artifacts:
5051
- name: azure-template
5152
safeName: azuretemplate

0 commit comments

Comments
 (0)