|
82 | 82 | parameters: |
83 | 83 | SubscriptionConfiguration: ${{ parameters.CloudConfig.SubscriptionConfiguration }} |
84 | 84 | SubscriptionConfigurations: ${{ parameters.CloudConfig.SubscriptionConfigurations }} |
85 | | - EnvVars: ${{ parameters.EnvVars }} |
| 85 | + EnvVars: |
| 86 | + Pool: $(Pool) |
| 87 | + ${{ insert }}: ${{ parameters.EnvVars }} |
86 | 88 | SubscriptionConfigurationFilePaths: ${{ parameters.CloudConfig.SubscriptionConfigurationFilePaths }} |
87 | 89 |
|
88 | 90 | - ${{ if parameters.TestResourceDirectories }}: |
@@ -273,7 +275,7 @@ jobs: |
273 | 275 | TEST_MODE: "live" |
274 | 276 | # Set fake authority host to ensure Managed Identity fail for Default Azure Credential |
275 | 277 | # so "execute samples" step correctly picks up Powershell credential. |
276 | | - AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost" |
| 278 | + AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost" |
277 | 279 | SYSTEM_ACCESSTOKEN: $(System.AccessToken) |
278 | 280 | ${{ insert }}: ${{ parameters.EnvVars }} |
279 | 281 | condition: and(succeeded(),eq(variables['TestType'],'sample')) |
@@ -309,7 +311,7 @@ jobs: |
309 | 311 | TEST_MODE: "live" |
310 | 312 | # Set fake authority host to ensure Managed Identity fail for Default Azure Credential |
311 | 313 | # so "execute samples" step correctly picks up Powershell credential. |
312 | | - AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost" |
| 314 | + AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost" |
313 | 315 | ${{ insert }}: ${{ parameters.EnvVars }} |
314 | 316 | condition: and(succeeded(),eq(variables['TestType'],'sample')) |
315 | 317 |
|
|
0 commit comments