Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading