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 @@ } } } -