| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 
 | trigger: none
extends:
    template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
    parameters:
      ServiceDirectory: eventgrid
      BuildTargetingString: azure-eventgrid*
      Location: eastus
      MatrixReplace:
        - TestSamples=.*/true
      EnvVars:
        TEST_MODE: 'RunLiveNoRecord'
        AZURE_TEST_RUN_LIVE: 'true'
        AZURE_SKIP_LIVE_RECORDING: 'True'
        EVENTGRID_SAS: $(python-sdk-test-eg-sas)
        STORAGE_QUEUE_NAME: $(python-storage-queue-name)
        STORAGE_QUEUE_ACCOUNT_URL: $(python-storage-blob-storage-account-name)
 |