Skip to content

Commit

Permalink
Remove fake authority host duplicate entries (#38596)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Nov 19, 2024
1 parent 88d3875 commit 6434497
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions sdk/appconfiguration/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions sdk/eventhub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions sdk/formrecognizer/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions sdk/servicebus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6434497

Please sign in to comment.