diff --git a/eng/pipelines/templates/jobs/archetype-sdk-tests.yml b/eng/pipelines/templates/jobs/archetype-sdk-tests.yml index e12e4720d58a..a7d5e27b2458 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-tests.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-tests.yml @@ -61,6 +61,10 @@ jobs: variables: - template: ../variables/globals.yml + # Default $(SubscriptionConfiguration) if the matrix does not specify a $(SubscriptionConfiguration) + - name: SubscriptionConfiguration + value: $(sub-config-azure-cloud-test-resources) + strategy: matrix: ${{ parameters.Matrix }} maxParallel: ${{ parameters.MaxParallel }}