Skip to content

Commit

Permalink
Update env to workaround MI (#37675)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyan99 authored Oct 7, 2024
1 parent ea43b07 commit a474b25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdk/appconfiguration/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
type: object
default:
- azure-appconfiguration
# - azure-appconfiguration-provider
- azure-appconfiguration-provider

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

0 comments on commit a474b25

Please sign in to comment.