File tree 4 files changed +0
-12
lines changed
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,3 @@ extends:
25
25
TEST_MODE : ' RunLiveNoRecord'
26
26
AZURE_SKIP_LIVE_RECORDING : ' true'
27
27
AZURE_TEST_RUN_LIVE : ' true'
28
- # Set fake authority host to ensure Managed Identity fail for Default Azure Credential
29
- # so "execute samples" step correctly picks up Powershell credential.
30
- AZURE_POD_IDENTITY_AUTHORITY_HOST : " FakeAuthorityHost"
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ extends:
12
12
EnvVars :
13
13
AZURE_TEST_RUN_LIVE : ' true'
14
14
AZURE_SUBSCRIPTION_ID : $(EVENTHUB_SUBSCRIPTION_ID)
15
- # Set fake authority host to ensure Managed Identity fail for Default Azure Credential
16
- # so "execute samples" step correctly picks up Powershell credential.
17
- AZURE_POD_IDENTITY_AUTHORITY_HOST : " FakeAuthorityHost"
18
15
MatrixReplace :
19
16
- TestSamples=.*/true
20
17
Clouds : ' Public'
Original file line number Diff line number Diff line change @@ -20,6 +20,3 @@ extends:
20
20
TEST_MODE : ' RunLiveNoRecord'
21
21
AZURE_SKIP_LIVE_RECORDING : ' True'
22
22
AZURE_TEST_RUN_LIVE : ' true'
23
- # Set fake authority host to ensure Managed Identity fail for Default Azure Credential
24
- # so "execute samples" step correctly picks up Powershell credential.
25
- AZURE_POD_IDENTITY_AUTHORITY_HOST : " FakeAuthorityHost"
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ extends:
10
10
AZURE_SUBSCRIPTION_ID : $(SERVICEBUS_SUBSCRIPTION_ID)
11
11
AZURE_TEST_RUN_LIVE : ' true'
12
12
AZURE_SKIP_LIVE_RECORDING : ' True'
13
- # Set fake authority host to ensure Managed Identity fail for Default Azure Credential
14
- # so "execute samples" step correctly picks up Powershell credential.
15
- AZURE_POD_IDENTITY_AUTHORITY_HOST : " FakeAuthorityHost"
16
13
MatrixFilters :
17
14
- PythonVersion=^(?!pypy3).*
18
15
Clouds : ' Public'
You can’t perform that action at this time.
0 commit comments