From 91df7679869ba6c91fed96ccaef56827d7265628 Mon Sep 17 00:00:00 2001 From: phrazfipho <121897152+phrazfipho@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:35:13 -0700 Subject: [PATCH] [Network] - Adding DefaultOutboundConnectivityEnabled property in networkInterface (#30692) * [Network] - Adding DefaultOutboundConnectivityEnabled property in networkInterface * address prettier check --- .../stable/2024-05-01/networkInterface.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/networkInterface.json index 6dae04c62fc2..3a12ddb66309 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2024-05-01/networkInterface.json @@ -1147,6 +1147,11 @@ "type": "boolean", "description": "Whether the virtual machine this nic is attached to supports encryption." }, + "defaultOutboundConnectivityEnabled": { + "readOnly": true, + "type": "boolean", + "description": "Whether default outbound connectivity for nic was configured or not." + }, "enableAcceleratedNetworking": { "type": "boolean", "description": "If the network interface is configured for accelerated networking. Not applicable to VM sizes which require accelerated networking." @@ -1626,4 +1631,3 @@ } } } -