Skip to content

Commit

Permalink
Add Mssql value to Application Rule Type enum (Azure#7169)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreycpp authored and anton-evseev committed Sep 13, 2019
1 parent 2965dc3 commit c5b4af1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,8 @@
"description": "The protocol type of a Application Rule resource.",
"enum": [
"Http",
"Https"
"Https",
"Mssql"
],
"x-ms-enum": {
"name": "AzureFirewallApplicationRuleProtocolType",
Expand Down

0 comments on commit c5b4af1

Please sign in to comment.