Skip to content

Commit 17d39be

Browse files
Remove OSName Variable (Azure#12147)
1 parent 17ad110 commit 17d39be

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sdk/eventhub/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ jobs:
77
ServiceDirectory: eventhub
88
Matrix:
99
Linux_Python35:
10-
OSName: 'Linux'
1110
OSVmImage: 'ubuntu-18.04'
1211
PythonVersion: '3.5'
1312
Linux_Python38:
14-
OSName: 'Linux'
1513
OSVmImage: 'ubuntu-18.04'
1614
PythonVersion: '3.8'
1715
Windows_Python27:
18-
OSName: 'Windows'
1916
OSVmImage: 'windows-2019'
2017
PythonVersion: '2.7'
2118
MacOs_Python37:
22-
OSName: 'MacOS'
2319
OSVmImage: 'macOS-10.15'
2420
PythonVersion: '3.7'
2521
EnvVars:

sdk/servicebus/tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@ jobs:
1414
AZURE_TEST_RUN_LIVE: 'true'
1515
Matrix:
1616
Linux_Python35:
17-
OSName: 'Linux'
1817
OSVmImage: 'ubuntu-18.04'
1918
PythonVersion: '3.5'
2019
MacOs_Python37:
21-
OSName: 'MacOS'
2220
OSVmImage: 'macOS-10.15'
2321
PythonVersion: '3.7'
2422
Windows_Python27:
25-
OSName: 'Windows'
2623
OSVmImage: 'windows-2019'
2724
PythonVersion: '2.7'
2825
Linux_Python38:
29-
OSName: 'Linux'
3026
OSVmImage: 'ubuntu-18.04'
3127
PythonVersion: '3.8'

0 commit comments

Comments
 (0)