From 0889046bc516968ba14a9f2e18847146441ae664 Mon Sep 17 00:00:00 2001 From: Manchit Gupta Date: Tue, 17 Dec 2019 14:25:28 -0800 Subject: [PATCH 1/4] DDOS protected IP flag for public IP --- .../Microsoft.Network/stable/2019-11-01/publicIpAddress.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json index 987a456cccda..5145d7f36baf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json @@ -521,6 +521,11 @@ "description": "The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized." } }, + "protectedIP": { + "readOnly": false, + "type": "boolean", + "description": "Enables DDoS protection on the public IP." + }, "description": "Contains the DDoS protection settings of the public IP." }, "IpTag": { From 4c2d0ec0fe22cf683599e9131d71e5df734fced4 Mon Sep 17 00:00:00 2001 From: Manchit Gupta Date: Mon, 30 Dec 2019 10:58:22 -0800 Subject: [PATCH 2/4] Protected IP property in ddos setting --- .../stable/2019-11-01/publicIpAddress.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json index 5145d7f36baf..ba0e82a0b15a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json @@ -519,14 +519,14 @@ "modelAsString": true }, "description": "The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized." - } - }, - "protectedIP": { - "readOnly": false, - "type": "boolean", - "description": "Enables DDoS protection on the public IP." + }, + "protectedIP": { + "readOnly": false, + "type": "boolean", + "description": "Enables DDoS protection on the public IP." + }, + "description": "Contains the DDoS protection settings of the public IP." }, - "description": "Contains the DDoS protection settings of the public IP." }, "IpTag": { "properties": { From cba9bd644ce7a07a99cdcd56dabb45bdbcd0a674 Mon Sep 17 00:00:00 2001 From: Manchit Gupta Date: Thu, 2 Jan 2020 14:51:45 -0800 Subject: [PATCH 3/4] fixing build errors --- .../Microsoft.Network/stable/2019-11-01/publicIpAddress.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json index ba0e82a0b15a..f6b3f0c96dcc 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/publicIpAddress.json @@ -524,9 +524,9 @@ "readOnly": false, "type": "boolean", "description": "Enables DDoS protection on the public IP." - }, - "description": "Contains the DDoS protection settings of the public IP." + } }, + "description": "Contains the DDoS protection settings of the public IP." }, "IpTag": { "properties": { From 3b46f01d3f627baaf81b81a51c0a5717a71a0159 Mon Sep 17 00:00:00 2001 From: Manchit Gupta Date: Tue, 7 Jan 2020 15:06:17 -0800 Subject: [PATCH 4/4] Retriggering the build