diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/azureFirewall.json index c9ca5b08e37c..f16e80cd94c3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/azureFirewall.json @@ -466,7 +466,7 @@ "properties": { "addresses": { "type": "array", - "description": "The number of Public IP addresses associated with azure firewall.", + "description": "The list of Public IP addresses associated with azure firewall or IP addresses to be retained.", "items": { "$ref": "#/definitions/AzureFirewallPublicIPAddress" } @@ -474,7 +474,7 @@ "count": { "type": "integer", "format": "int32", - "description": "Private IP Address associated with azure firewall." + "description": "The number of Public IP addresses associated with azure firewall." } }, "description": "Public IP addresses associated with azure firewall." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/azureFirewall.json index 7264b8325b88..74aa507d0c9e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/azureFirewall.json @@ -466,7 +466,7 @@ "properties": { "addresses": { "type": "array", - "description": "The number of Public IP addresses associated with azure firewall.", + "description": "The list of Public IP addresses associated with azure firewall or IP addresses to be retained.", "items": { "$ref": "#/definitions/AzureFirewallPublicIPAddress" } @@ -474,7 +474,7 @@ "count": { "type": "integer", "format": "int32", - "description": "Private IP Address associated with azure firewall." + "description": "The number of Public IP addresses associated with azure firewall." } }, "description": "Public IP addresses associated with azure firewall."