We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9fd4e commit 516f66dCopy full SHA for 516f66d
eng/scripts/Language-Settings.ps1
@@ -647,7 +647,7 @@ function Import-Dev-Cert-python
647
Write-Host "Python Trust Methodology"
648
649
$pathToScript = Resolve-Path (Join-Path -Path $PSScriptRoot -ChildPath "../../scripts/devops_tasks/trust_proxy_cert.py")
650
- python -m python -m pip install requests
+ python -m pip install requests
651
python $pathToScript
652
}
653
sdk/template/ci.yml
@@ -46,6 +46,7 @@ extends:
46
oneESTemplateTag: ${{ parameters.oneESTemplateTag }}
47
ServiceDirectory: template
48
ValidateFormatting: true
49
+ TestProxy: true
50
Artifacts:
51
- name: azure-template
52
safeName: azuretemplate
0 commit comments