From 5088d51440a84a16796f8645ed95663b6ca70489 Mon Sep 17 00:00:00 2001 From: Anchal Kapoor Date: Tue, 29 Jan 2019 16:00:23 -0800 Subject: [PATCH] updated the destination address description to also include service tags --- .../Microsoft.Network/stable/2018-12-01/azureFirewall.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/azureFirewall.json index 8f2e6b532036..376d056c03b7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-12-01/azureFirewall.json @@ -556,7 +556,7 @@ }, "destinationAddresses":{ "type":"array", - "description":"List of destination IP addresses for this rule.", + "description":"List of destination IP addresses for this rule. Supports IP ranges, prefixes, and service tags.", "items":{ "type":"string" }