From 2539fded4a4dc3350e01033045940ab7b128b00a Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Fri, 18 Dec 2020 14:59:32 -0800 Subject: [PATCH] [SeriviceBus/EventHub] Update 3.9.0 to 3.9 in test yml (#15877) echoing: https://github.com/Azure/azure-sdk-for-python/pull/15493 Py39 is native to the images now. Don't need to download and install it anymore. Accommodating for EH/SB --- sdk/eventhub/tests.yml | 2 +- sdk/servicebus/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/eventhub/tests.yml b/sdk/eventhub/tests.yml index 0ead2ae7a14f..eca9f0f0c68c 100644 --- a/sdk/eventhub/tests.yml +++ b/sdk/eventhub/tests.yml @@ -12,7 +12,7 @@ jobs: CoverageArg: '--disablecov' Linux_Python39: OSVmImage: 'ubuntu-18.04' - PythonVersion: '3.9.0' + PythonVersion: '3.9' CoverageArg: '' Windows_Python27: OSVmImage: 'windows-2019' diff --git a/sdk/servicebus/tests.yml b/sdk/servicebus/tests.yml index e41b8371c638..99b0f7e52dca 100644 --- a/sdk/servicebus/tests.yml +++ b/sdk/servicebus/tests.yml @@ -27,5 +27,5 @@ jobs: CoverageArg: '--disablecov' Linux_Python39: OSVmImage: 'ubuntu-18.04' - PythonVersion: '3.9.0' + PythonVersion: '3.9' CoverageArg: '' \ No newline at end of file