Skip to content

Commit 0ecf9f9

Browse files
pr-workPrachi Pravin Bhavsar
authored andcommitted
adding the new floating value (#24014)
Co-authored-by: Prachi Pravin Bhavsar <[email protected]>
1 parent 5d721a2 commit 0ecf9f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Network/Network/NetworkInterface/NewAzureNetworkInterfaceCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public class NewAzureNetworkInterfaceCommand : NetworkInterfaceBaseCmdlet
246246
MNM.NetworkInterfaceAuxiliaryMode.None,
247247
MNM.NetworkInterfaceAuxiliaryMode.MaxConnections,
248248
MNM.NetworkInterfaceAuxiliaryMode.AcceleratedConnections,
249+
MNM.NetworkInterfaceAuxiliaryMode.Floating,
249250
IgnoreCase = true)]
250251
public string AuxiliaryMode { get; set; }
251252

src/Network/Network/help/New-AzNetworkInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The auxiliary mode of the Network Interface
182182
Type: System.String
183183
Parameter Sets: (All)
184184
Aliases:
185-
Accepted values: None, MaxConnections, AcceleratedConnections
185+
Accepted values: None, MaxConnections, AcceleratedConnections, Floating
186186

187187
Required: False
188188
Position: Named

0 commit comments

Comments
 (0)