Skip to content

Commit cc4cbde

Browse files
authored
[SeriviceBus/EventHub] Update 3.9.0 to 3.9 in test yml (Azure#15877)
echoing: Azure#15493 Py39 is native to the images now. Don't need to download and install it anymore. Accommodating for EH/SB
1 parent 6d4efde commit cc4cbde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/eventhub/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
CoverageArg: '--disablecov'
1313
Linux_Python39:
1414
OSVmImage: 'ubuntu-18.04'
15-
PythonVersion: '3.9.0'
15+
PythonVersion: '3.9'
1616
CoverageArg: ''
1717
Windows_Python27:
1818
OSVmImage: 'windows-2019'

sdk/servicebus/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
CoverageArg: '--disablecov'
2828
Linux_Python39:
2929
OSVmImage: 'ubuntu-18.04'
30-
PythonVersion: '3.9.0'
30+
PythonVersion: '3.9'
3131
CoverageArg: ''

0 commit comments

Comments
 (0)