Skip to content

Commit

Permalink
[Network] - Adding DefaultOutboundConnectivityEnabled property in net…
Browse files Browse the repository at this point in the history
…workInterface (Azure#30692)

* [Network] - Adding DefaultOutboundConnectivityEnabled property in networkInterface

* address prettier check
  • Loading branch information
phrazfipho authored and danieljurek committed Dec 9, 2024
1 parent 6838c5c commit 91df767
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -1626,4 +1631,3 @@
}
}
}

0 comments on commit 91df767

Please sign in to comment.