From 6434497a50083c6f8e5d6d3f442b1ea3df002d93 Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Tue, 19 Nov 2024 13:20:44 -0500 Subject: [PATCH] Remove fake authority host duplicate entries (#38596) --- sdk/appconfiguration/tests.yml | 3 --- sdk/eventhub/tests.yml | 3 --- sdk/formrecognizer/tests.yml | 3 --- sdk/servicebus/tests.yml | 3 --- 4 files changed, 12 deletions(-) diff --git a/sdk/appconfiguration/tests.yml b/sdk/appconfiguration/tests.yml index 1d21e8994abb..054134601220 100644 --- a/sdk/appconfiguration/tests.yml +++ b/sdk/appconfiguration/tests.yml @@ -25,6 +25,3 @@ 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" diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index 976b81f0ff55..3d409e12a944 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -12,9 +12,6 @@ extends: EnvVars: AZURE_TEST_RUN_LIVE: 'true' AZURE_SUBSCRIPTION_ID: $(EVENTHUB_SUBSCRIPTION_ID) - # 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" MatrixReplace: - TestSamples=.*/true Clouds: 'Public' diff --git a/sdk/formrecognizer/tests.yml b/sdk/formrecognizer/tests.yml index 12bd3ae3788b..d6223ed85940 100644 --- a/sdk/formrecognizer/tests.yml +++ b/sdk/formrecognizer/tests.yml @@ -20,6 +20,3 @@ 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" diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index 1a006f36991c..90fa0eb2a944 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -10,9 +10,6 @@ extends: AZURE_SUBSCRIPTION_ID: $(SERVICEBUS_SUBSCRIPTION_ID) AZURE_TEST_RUN_LIVE: 'true' AZURE_SKIP_LIVE_RECORDING: '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" MatrixFilters: - PythonVersion=^(?!pypy3).* Clouds: 'Public'