diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/applicationGateway.json index 82f5dd6b2b3c..cc352eaac914 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-02-01/applicationGateway.json @@ -777,16 +777,8 @@ "ApplicationGatewayOnDemandProbe": { "properties": { "protocol": { - "type": "string", - "description": "The protocol used for the probe. Possible values are 'Http' and 'Https'.", - "enum": [ - "Http", - "Https" - ], - "x-ms-enum": { - "name": "ApplicationGatewayProtocol", - "modelAsString": true - } + "$ref": "#/definitions/ApplicationGatewayProtocol", + "description": "The protocol used for the probe." }, "host": { "type": "string",