File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,3 @@ extends:
2525 TEST_MODE : ' RunLiveNoRecord'
2626 AZURE_SKIP_LIVE_RECORDING : ' true'
2727 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:
1212 EnvVars :
1313 AZURE_TEST_RUN_LIVE : ' true'
1414 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"
1815 MatrixReplace :
1916 - TestSamples=.*/true
2017 Clouds : ' Public'
Original file line number Diff line number Diff line change @@ -20,6 +20,3 @@ extends:
2020 TEST_MODE : ' RunLiveNoRecord'
2121 AZURE_SKIP_LIVE_RECORDING : ' True'
2222 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:
1010 AZURE_SUBSCRIPTION_ID : $(SERVICEBUS_SUBSCRIPTION_ID)
1111 AZURE_TEST_RUN_LIVE : ' true'
1212 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"
1613 MatrixFilters :
1714 - PythonVersion=^(?!pypy3).*
1815 Clouds : ' Public'
You can’t perform that action at this time.
0 commit comments