From e7dca469e1c73745ee27742bea6d163e402f84d2 Mon Sep 17 00:00:00 2001 From: Andrey Terentyev Date: Tue, 3 Sep 2019 23:20:57 -0700 Subject: [PATCH] Add Mssql value to Application Rule Type enum --- .../Microsoft.Network/stable/2019-06-01/azureFirewall.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/azureFirewall.json index 8d8df966288c..d6e073111603 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/azureFirewall.json @@ -873,7 +873,8 @@ "description": "The protocol type of a Application Rule resource.", "enum": [ "Http", - "Https" + "Https", + "Mssql" ], "x-ms-enum": { "name": "AzureFirewallApplicationRuleProtocolType",