trigger: none parameters: - name: Services type: object default: - azure-appconfiguration # - azure-appconfiguration-provider extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml parameters: ServiceDirectory: appconfiguration Packages: ${{ parameters.Services }} SupportedClouds: 'Public,UsGov,China' TestTimeoutInMinutes: 240 UseFederatedAuth: true CloudConfig: Public: ServiceConnection: azure-sdk-tests SubscriptionConfigurationFilePaths: - eng/common/TestResources/sub-config/AzurePublicMsft.json UsGov: ServiceConnection: usgov_azure-sdk-tests SubscriptionConfigurationFilePaths: - eng/common/TestResources/sub-config/AzureUsGovMsft.json China: ServiceConnection: china_azure-sdk-tests SubscriptionConfigurationFilePaths: - eng/common/TestResources/sub-config/AzureChinaMsft.json Location: chinanorth3 MatrixReplace: - TestSamples=.*/true EnvVars: TEST_MODE: 'RunLiveNoRecord' AZURE_SKIP_LIVE_RECORDING: 'true' AZURE_TEST_RUN_LIVE: 'true'