managed-identity-matrix.json

 1{
 2    "include": [
 3        {
 4            "Agent": {
 5                "msi_image": {
 6                    "ArmTemplateParameters": "@{deployResources = $true}",
 7                    "OSVmImage": "env:LINUXNEXTVMIMAGE",
 8                    "Pool": "env:LINUXPOOL"
 9                }
10            },
11            "GoVersion": [
12                "1.22.1"
13            ],
14            "IDENTITY_IMDS_AVAILABLE": "1"
15        }
16    ]
17}