Skip to content

Commit c096335

Browse files
Remove usage of Lab API for integration test config (#870)
* Remove usage of Lab API for integration test config * Add missing dependencies * Potential fix for code scanning alert no. 79: Clear-text logging of sensitive information Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 60d3401 commit c096335

File tree

3 files changed

+843
-346
lines changed

3 files changed

+843
-346
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ python-dotenv>=0.21,<2
66
pytest-benchmark>=4,<5
77
perf_baseline>=0.1,<0.2
88

9+
# For lab_config.py to fetch test secrets from Key Vault
10+
azure-identity>=1.12,<2
11+
azure-keyvault-secrets>=4.6,<5
12+

0 commit comments

Comments
 (0)