diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index acb827371219..976b81f0ff55 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -17,4 +17,4 @@ extends: AZURE_POD_IDENTITY_AUTHORITY_HOST: "FakeAuthorityHost" MatrixReplace: - TestSamples=.*/true - Clouds: 'Public,Canary' + Clouds: 'Public' diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index 0bc84e136120..1a006f36991c 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -13,16 +13,11 @@ extends: # 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 MatrixFilters: - PythonVersion=^(?!pypy3).* - Clouds: 'Public,Canary' - SupportedClouds: 'Public,Canary,UsGov' + Clouds: 'Public' + SupportedClouds: 'Public,UsGov' CloudConfig: Public: - Canary: - ServiceConnection: azure-sdk-tests-public - Location: 'eastus2euap' UsGov: Location: 'usgovarizona'