diff --git a/sdk/identity/ci.yml b/sdk/identity/ci.yml index 644400e97cd3..95018e345400 100644 --- a/sdk/identity/ci.yml +++ b/sdk/identity/ci.yml @@ -29,11 +29,14 @@ extends: template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: identity - AdditionalMatrixConfigs: - - Name: Identity_live_test - Path: sdk/identity/platform-matrix.json - Selection: sparse - GenerateVMJobs: true + AdditionalTestMatrix: + Linux_Python35_msal: + OSVmImage: 'ubuntu-18.04' + PythonVersion: '3.5' + CoverageArg: '' + RunForPR: false + InjectedPackages: 'git+https://github.com/AzureAD/microsoft-authentication-library-for-python@dev' + Artifacts: - name: azure_identity diff --git a/sdk/identity/platform-matrix.json b/sdk/identity/platform-matrix.json deleted file mode 100644 index 036d4e895bab..000000000000 --- a/sdk/identity/platform-matrix.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "displayNames": { - "git+https://github.com/AzureAD/microsoft-authentication-library-for-python@dev": "msal" - }, - "include": [ - { - "Agent": { - "ubuntu-18.04": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" } - }, - "PythonVersion": "3.5", - "CoverageArg": "", - "InjectedPackages": "git+https://github.com/AzureAD/microsoft-authentication-library-for-python@dev", - "RunForPR": false - } - ] -}