diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/firewallPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/firewallPolicy.json index 2d58fc8e2b3b..14733cf8e393 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/firewallPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/firewallPolicy.json @@ -717,17 +717,12 @@ "$ref": "#/definitions/FirewallPolicyNatRuleCollectionAction", "description": "The action type of a Nat rule collection." }, - "translatedAddress": { - "type": "string", - "description": "The translated address for this NAT rule collection." - }, - "translatedPort": { - "type": "string", - "description": "The translated port for this NAT rule collection." - }, - "rule": { - "$ref": "#/definitions/FirewallPolicyRule", - "description": "The match rule for incoming traffic." + "rules": { + "type": "array", + "items": { + "$ref": "#/definitions/FirewallPolicyRule" + }, + "description": "List of rules included in a rule collection." } }, "allOf": [ @@ -880,6 +875,14 @@ "type": "string" } }, + "translatedAddress": { + "type": "string", + "description": "The translated address for this NAT rule." + }, + "translatedPort": { + "type": "string", + "description": "The translated port for this NAT rule." + }, "sourceIpGroups": { "type": "array", "description": "List of source IpGroups for this rule.",