Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/agentserver/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ubuntu-24.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" },
"windows-2022": { "OSVmImage": "env:WINDOWSVMIMAGE", "Pool": "env:WINDOWSPOOL" }
},
"PythonVersion": [ "3.10", "3.12" ],
"PythonVersion": [ "3.12" ],
Comment thread
scbedd marked this conversation as resolved.
"CoverageArg": "--disablecov",
"TestSamples": "false"
},
Expand All @@ -27,10 +27,10 @@
},
{
"CoverageConfig": {
"ubuntu2404_39_coverage": {
"ubuntu2404_310_coverage": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "",
"TestSamples": "false"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false"
}
},
"PythonVersion": ["pypy3.11", "3.10", "3.11"],
"PythonVersion": ["pypy3.11", "3.11", "3.12"],
Comment thread
scbedd marked this conversation as resolved.
"CoverageArg": "--disablecov",
"TestSamples": "false"
},
"include": [
{
"CoverageConfig": {
"ubuntu2404_39_coverage": {
"ubuntu2404_310_coverage": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "",
"TestSamples": "false",
"AZURE_TEST_AGENT": "UBUNTU_2404_PYTHON39",
"AZURE_TEST_AGENT": "UBUNTU_2404_PYTHON310",
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false"
}
}
Expand Down
24 changes: 12 additions & 12 deletions sdk/cosmos/cosmos-emulator-internal-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
},
"EmulatorConfig": {
"Emulator Tests Python 3.9 Standard": {
"PythonVersion": "3.9",
"Emulator Tests Python 3.10 Standard": {
"PythonVersion": "3.10",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "whl,sdist"
},
"Emulator Tests Python 3.10 Standard": {
"PythonVersion": "3.10",
"Emulator Tests Python 3.11 Standard": {
"PythonVersion": "3.11",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "whl,sdist"
Expand All @@ -40,14 +40,14 @@
"ChecksOverride": "whl,sdist"
},

"Emulator Tests Python 3.9 Special": {
"PythonVersion": "3.9",
"Emulator Tests Python 3.10 Special": {
"PythonVersion": "3.10",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "import_all,whl_no_aio"
},
"Emulator Tests Python 3.10 Special": {
"PythonVersion": "3.10",
"Emulator Tests Python 3.11 Special": {
"PythonVersion": "3.11",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "import_all,whl_no_aio"
Expand All @@ -71,14 +71,14 @@
"ChecksOverride": "import_all,whl_no_aio"
},

"Emulator Tests Python 3.9 Dependency Checks": {
"PythonVersion": "3.9",
"Emulator Tests Python 3.10 Dependency Checks": {
"PythonVersion": "3.10",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "latestdependency,mindependency"
},
"Emulator Tests Python 3.10 Dependency Checks": {
"PythonVersion": "3.10",
"Emulator Tests Python 3.11 Dependency Checks": {
"PythonVersion": "3.11",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "latestdependency,mindependency"
Expand Down
14 changes: 10 additions & 4 deletions sdk/cosmos/cosmos-emulator-public-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"TestSamples": "false",
"ChecksOverride": "whl,sdist"
},
"Emulator Tests Python 3.11 Standard": {
"PythonVersion": "3.11",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "whl,sdist"
},
"Emulator Tests Python 3.12 Standard": {
"PythonVersion": "3.12",
"CoverageArg": "--disablecov",
Expand All @@ -40,14 +46,14 @@
"ChecksOverride": "whl,sdist"
},

"Emulator Tests Python 3.9 Dependency Checks": {
"PythonVersion": "3.9",
"Emulator Tests Python 3.10 Dependency Checks": {
"PythonVersion": "3.10",
Comment thread
scbedd marked this conversation as resolved.
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "mindependency"
},
"Emulator Tests Python 3.10 Dependency Checks": {
"PythonVersion": "3.10",
"Emulator Tests Python 3.11 Dependency Checks": {
"PythonVersion": "3.11",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"ChecksOverride": "mindependency"
Expand Down
8 changes: 4 additions & 4 deletions sdk/cosmos/live-platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
{
"CircuitBreakerMultiRegionTestConfig": {
"Ubuntu2404_39_circuit_breaker": {
"Ubuntu2404_310_circuit_breaker": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "--disablecov",
"TestSamples": "false",
"TestMarkArgument": "cosmosCircuitBreakerMultiRegion"
Expand Down Expand Up @@ -102,10 +102,10 @@
},
{
"CoverageConfig": {
"ubuntu2404_39_coverage_query": {
"ubuntu2404_310_coverage_query": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "",
"TestSamples": "false",
"TestMarkArgument": "cosmosQuery"
Expand Down
6 changes: 3 additions & 3 deletions sdk/evaluation/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" },
"ubuntu-24.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" }
},
"PythonVersion": [ "3.9", "3.11", "3.10" ],
"PythonVersion": [ "3.11", "3.10" ],
"CoverageArg": "--disablecov",
"TestSamples": "false"
},
"include": [
{
"CoverageConfig": {
"ubuntu2404_39_coverage": {
"ubuntu2404_310_coverage": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "",
"TestSamples": "false"
}
Expand Down
4 changes: 2 additions & 2 deletions sdk/identity/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"include": [
{
"Config": {
"ubuntu_24.04_3.9_msal": {
"ubuntu_24.04_3.10_msal": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "--disablecov",
"InjectedPackages": "git+https://github.com/AzureAD/microsoft-authentication-library-for-python@dev",
"UnsupportedToxEnvironments": "mindependency,latestdependency"
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-keyvault-keys/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ArmTemplateParameters": "@{ enableHsm = $true }"
}
},
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": ""
}
]
Expand Down
6 changes: 3 additions & 3 deletions sdk/planetarycomputer/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ubuntu-24.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" },
"windows-2022": { "OSVmImage": "env:WINDOWSVMIMAGE", "Pool": "env:WINDOWSPOOL" }
},
"PythonVersion": [ "3.10", "3.12" ],
"PythonVersion": [ "3.12" ],
Comment thread
scbedd marked this conversation as resolved.
"CoverageArg": "--disablecov",
"TestSamples": "false"
},
Expand All @@ -27,10 +27,10 @@
},
{
"CoverageConfig": {
"ubuntu2404_39_coverage": {
"ubuntu2404_310_coverage": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.9",
"PythonVersion": "3.10",
"CoverageArg": "",
"TestSamples": "false"
}
Expand Down
Loading