From b4af9a57058607069895e7be46d77230ce5b8871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ajinkya=20Potdar=C2=A0?= Date: Tue, 5 Sep 2017 22:08:02 -0700 Subject: [PATCH] Added enableDDoSProtection and enableVmProtection feature params --- .../Microsoft.Network/2017-09-01/virtualNetwork.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/2017-09-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/2017-09-01/virtualNetwork.json index b7bbbcbc29f6..73c954d27d6e 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-09-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-09-01/virtualNetwork.json @@ -1026,6 +1026,14 @@ "provisioningState": { "type": "string", "description": "The provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'." + }, + "enableDdosProtection": { + "type": "boolean", + "description": "Indicates if DDoS protection is enabled for all the protected resources in a Virtual Network." + }, + "enableVmProtection": { + "type": "boolean", + "description": "Indicates if Vm protection is enabled for all the subnets in a Virtual Network." } }, "description": "Properties of the virtual network."