Skip to content

Commit

Permalink
Update platform-matrix.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMeiswinkel committed Oct 2, 2023
1 parent e5c6461 commit 86eb7f1
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions sdk/cosmos/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,38 @@
"DESIRED_CONSISTENCIES": "[\"Session\"]",
"ACCOUNT_CONSISTENCY": "Session",
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": [ "-Pfast", "-Pdirect", "-Psplit", "-Pquery" ],
"ProfileFlag": [ "-Pfast", "-Pdirect", "-Pquery" ],
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
"DESIRED_CONSISTENCIES": "[\"Session\"]",
"ACCOUNT_CONSISTENCY": "Session",
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": [ "-Psplit" ],
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
"DESIRED_CONSISTENCIES": [ "[\"Strong\", \"Session\"]", "[\"BoundedStaleness\"]", "[\"ConsistentPrefix\"]" ],
"ACCOUNT_CONSISTENCY": "Strong",
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }",
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": [ "-Pfast", "-Pquery" ],
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
"DESIRED_CONSISTENCIES": [ "[\"Strong\", \"Session\"]", "[\"BoundedStaleness\"]", "[\"ConsistentPrefix\"]" ],
"ACCOUNT_CONSISTENCY": "Strong",
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }",
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": [ "-Pfast", "-Psplit", "-Pquery" ],
"ProfileFlag": [ "-Psplit" ],
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
Expand Down

0 comments on commit 86eb7f1

Please sign in to comment.