tests/functional/Microsoft.Network/bastionHosts/deploy/deploy.parameters.json

{
    "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
    "contentVersion": "1.0.0.0",
    "parameters": {
        "azureBastionName": {
            "value": "sxx-az-bas-x-001"
        },
        "azureBastionPipName": {
            "value": "sxx-az-baspip-x-001-pip"
        },
        "virtualNetworkName": {
            "value": "vnet156"
        },
        "addressSpaces": {
            "value": [
                "10.2.0.0/16"
            ]
        },
        "subnet0_name": {
            "value": "AzureBastionSubnet"
        },
        "subnet0_addressRange": {
            "value": "10.2.0.0/24"
        },
        "ddosProtectionPlanEnabled": {
            "value": false
        }
    }
}