Skip to content

Commit f442437

Browse files
author
narrieta@microsoft
committed
.
1 parent 00d382e commit f442437

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/python_eol/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
inputs:
1313
azureSubscription: $(connection_info)
1414
KeyVaultName: 'waagenttests'
15-
SecretsFilter: 'CR-USER, CR-SECRET'
15+
SecretsFilter: '*'
1616

1717
- task: AzureCLI@2
1818
displayName: "Download connection certificate"
@@ -29,5 +29,8 @@ jobs:
2929
displayName: "Run tests"
3030
continueOnError: true
3131
env:
32+
SUBSCRIPTION_ID: $(SUBSCRIPTION-ID)
33+
AZURE_CLIENT_ID: $(AZURE-CLIENT-ID)
34+
AZURE_TENANT_ID: $(AZURE-TENANT-ID)
3235
CR_USER: $(CR-USER)
3336
CR_SECRET: $(CR-SECRET)

0 commit comments

Comments
 (0)