Skip to content

Commit a67dcfc

Browse files
pr-workPrachi Pravin Bhavsar
andauthored
adding the new floating value (#24014)
Co-authored-by: Prachi Pravin Bhavsar <[email protected]>
1 parent 74d7be5 commit a67dcfc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Added new cmdlet to update Connection child resource of Network Virtual Appliance. - `Update-AzNetworkVirtualApplianceConnection`
2727
* Added support of `InternetIngressIp` Property in New-AzNetworkVirtualAppliance
2828
* Added the new cmdlet for supporting `InternetIngressIp` Property with Network Virtual Appliances -`New-AzVirtualApplianceInternetIngressIpsProperty`
29+
* Added a new AuxiliaryMode value `AuxiliaryMode.Floating`
2930

3031
## Version 7.1.0
3132
* Added DefaultOutboundAccess parameter on subnet creation

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)