Skip to content

Commit a474b25

Browse files
authored
Update env to workaround MI (Azure#37675)
1 parent ea43b07 commit a474b25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk/appconfiguration/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
type: object
66
default:
77
- azure-appconfiguration
8-
# - azure-appconfiguration-provider
8+
- azure-appconfiguration-provider
99

1010
extends:
1111
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
@@ -35,3 +35,6 @@ extends:
3535
TEST_MODE: 'RunLiveNoRecord'
3636
AZURE_SKIP_LIVE_RECORDING: 'true'
3737
AZURE_TEST_RUN_LIVE: 'true'
38+
# Set fake authority host to ensure Managed Identity fail for Default Azure Credential
39+
# so "execute samples" step correctly picks up Powershell credential.
40+
AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost"

0 commit comments

Comments
 (0)