Skip to content

Commit 6434497

Browse files
authored
Remove fake authority host duplicate entries (#38596)
1 parent 88d3875 commit 6434497

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

sdk/appconfiguration/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

sdk/eventhub/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

sdk/formrecognizer/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

sdk/servicebus/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)