From 8c55849b5fd8a64ef00df4b007a40771d64e62d0 Mon Sep 17 00:00:00 2001 From: Piumi Abeynayaka Date: Thu, 20 Feb 2020 19:04:09 -0800 Subject: [PATCH] Restrict Azure Firewall name to 1-56 characters --- .../Microsoft.Network/stable/2019-12-01/azureFirewall.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/azureFirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/azureFirewall.json index 720b7529302e..0f6b7317713c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/azureFirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/azureFirewall.json @@ -169,6 +169,8 @@ "in": "path", "required": true, "type": "string", + "minLength": 1, + "maxLength": 56, "description": "The name of the Azure Firewall." }, {