tests/functional/Microsoft.Network/routeTables/deploy/deploy.parameters.json
{ "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "location": { "value": "northeurope" }, "routeTableName": { "value": "azops-rt1" }, "routeName": { "value": "azops-rt1-r" }, "routeAddressPrefix": { "value": "192.168.0.0/24" } } } |