From eb681def8e63edad1fdade5b63364b2878ae6c9d Mon Sep 17 00:00:00 2001 From: seankane-msft Date: Fri, 21 May 2021 10:52:15 -0400 Subject: [PATCH 1/3] enable samples --- sdk/appconfiguration/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/appconfiguration/tests.yml b/sdk/appconfiguration/tests.yml index fce9f787a9ad..5ba2fa756539 100644 --- a/sdk/appconfiguration/tests.yml +++ b/sdk/appconfiguration/tests.yml @@ -6,6 +6,7 @@ stages: AllocateResourceGroup: false ServiceDirectory: appconfiguration DeployArmTemplate: true + TestSamples: true EnvVars: APP_CONFIG_CONNECTION: $(python-appconfiguration-connection-string) APP_CONFIG_ENDPOINT: $(python-appconfiguration-endpoint-string) From f7536288f80911ed1006a72aa6b3d1a7bcdc4c73 Mon Sep 17 00:00:00 2001 From: Sean Kane <68240067+seankane-msft@users.noreply.github.com> Date: Mon, 24 May 2021 15:00:02 -0400 Subject: [PATCH 2/3] Update sdk/appconfiguration/tests.yml Co-authored-by: Ben Broderick Phillips --- sdk/appconfiguration/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/appconfiguration/tests.yml b/sdk/appconfiguration/tests.yml index 5ba2fa756539..3ecb41ee8799 100644 --- a/sdk/appconfiguration/tests.yml +++ b/sdk/appconfiguration/tests.yml @@ -6,7 +6,8 @@ stages: AllocateResourceGroup: false ServiceDirectory: appconfiguration DeployArmTemplate: true - TestSamples: true + MatrixReplace: + - TestSamples=.*/true EnvVars: APP_CONFIG_CONNECTION: $(python-appconfiguration-connection-string) APP_CONFIG_ENDPOINT: $(python-appconfiguration-endpoint-string) From 43abda3be62bfc4d2dcea8cdfef538ec74b3e210 Mon Sep 17 00:00:00 2001 From: seankane-msft Date: Thu, 17 Jun 2021 10:52:59 -0400 Subject: [PATCH 3/3] rearrange to trigger ci --- sdk/appconfiguration/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/appconfiguration/tests.yml b/sdk/appconfiguration/tests.yml index 3ecb41ee8799..151d80fe7c84 100644 --- a/sdk/appconfiguration/tests.yml +++ b/sdk/appconfiguration/tests.yml @@ -3,8 +3,8 @@ trigger: none stages: - template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml parameters: - AllocateResourceGroup: false ServiceDirectory: appconfiguration + AllocateResourceGroup: false DeployArmTemplate: true MatrixReplace: - TestSamples=.*/true