We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea43b07 commit a474b25Copy full SHA for a474b25
sdk/appconfiguration/tests.yml
@@ -5,7 +5,7 @@ parameters:
5
type: object
6
default:
7
- azure-appconfiguration
8
- # - azure-appconfiguration-provider
+ - azure-appconfiguration-provider
9
10
extends:
11
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
@@ -35,3 +35,6 @@ extends:
35
TEST_MODE: 'RunLiveNoRecord'
36
AZURE_SKIP_LIVE_RECORDING: 'true'
37
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