From fd3bb60cfcea3847779f8bbdf025cef3c1400924 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Mon, 22 Jun 2020 10:19:40 -0700 Subject: [PATCH] Remove OSName Variable --- sdk/eventhub/tests.yml | 4 ---- sdk/servicebus/tests.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index f477687d51bd..8b3513f01bad 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -7,19 +7,15 @@ jobs: ServiceDirectory: eventhub Matrix: Linux_Python35: - OSName: 'Linux' OSVmImage: 'ubuntu-18.04' PythonVersion: '3.5' Linux_Python38: - OSName: 'Linux' OSVmImage: 'ubuntu-18.04' PythonVersion: '3.8' Windows_Python27: - OSName: 'Windows' OSVmImage: 'windows-2019' PythonVersion: '2.7' MacOs_Python37: - OSName: 'MacOS' OSVmImage: 'macOS-10.15' PythonVersion: '3.7' EnvVars: diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index 52093ca97d5d..deda3e0586d1 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -14,18 +14,14 @@ jobs: AZURE_TEST_RUN_LIVE: 'true' Matrix: Linux_Python35: - OSName: 'Linux' OSVmImage: 'ubuntu-18.04' PythonVersion: '3.5' MacOs_Python37: - OSName: 'MacOS' OSVmImage: 'macOS-10.15' PythonVersion: '3.7' Windows_Python27: - OSName: 'Windows' OSVmImage: 'windows-2019' PythonVersion: '2.7' Linux_Python38: - OSName: 'Linux' OSVmImage: 'ubuntu-18.04' PythonVersion: '3.8' \ No newline at end of file