Commit ef7a76e
committed
Add LAB_APP_TENANT_ID support; wire up RequestMSIDLAB client ID for ADO
- lab_config.py: _get_credential() now reads LAB_APP_TENANT_ID env var
(with fallback to Microsoft tenant 72f988bf-...) so ADO builds can
override the tenant if needed. GH builds are unaffected since they
don't set LAB_APP_TENANT_ID.
- template-pipeline-stages.yml: pass LAB_APP_TENANT_ID to the test step
alongside LAB_APP_CLIENT_ID and LAB_APP_CLIENT_CERT_PFX_PATH.
LAB_APP_CLIENT_ID for ADO = f62c5ae3-bf3a-4af5-afa8-a68b800396e9 (RequestMSIDLAB)
Verified locally: both msidlabs and id4skeyvault accessible with this ID + LabAuth cert.1 parent c8662ac commit ef7a76e
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
198 | 203 | | |
199 | 204 | | |
200 | 205 | | |
| |||
0 commit comments