You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Network] DestinationPortBehavior in Get-AzNetworkWatcherConnectionMonitor is not getting information with powershell command (#20578)
* resolved the destinationportbehaviour issue
* Update the change log for fix [#15996]
* resolved the "DestinationPortBehavior" issue while create and update the CM
* removed the redundant line
* Update ChangeLog.md
Co-authored-by: Dingmeng Xue <[email protected]>
Copy file name to clipboardExpand all lines: src/Network/Network/ChangeLog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@
24
24
* Updated mapping in `AzPublicIpAddress` to always show/create DdosSettings
25
25
* Fixed a bug that added Ddos related properties when viewing PublicIpAddress and DdosProtectionPlan objects
26
26
* Fixed a Bug for Set-AzIpGroup cmdlet to support the `-WhatIf` parameter
27
-
* Fixed a Bug for `Add-AzLoadBalancerFrontendIpConfig`, `Add-AzLoadBalancerProbeConfig`, `Add-AzLoadBalancerBackendAddressPoolConfig`, `Set-AzLoadBalancer`, `New-AzLoadBalancerRuleConfig`, `Remove-AzLoadBalancerInboundNatRuleConfig` cmdlets to support the `-WhatIf` parameter. Fix [#20416]
27
+
* Fixed a Bug for `Add-AzLoadBalancerFrontendIpConfig`, `Add-AzLoadBalancerProbeConfig`, `Add-AzLoadBalancerBackendAddressPoolConfig`, `Set-AzLoadBalancer`, `New-AzLoadBalancerRuleConfig`, `Remove-AzLoadBalancerInboundNatRuleConfig` cmdlets to support the `-WhatIf` parameter. [#20416]
28
+
* Fixed a bug for DestinationPortBehavior in `Get-AzNetworkWatcherConnectionMonitor`, `New-AzNetworkWatcherConnectionMonitor` powershell command by adding this properties to get and set the DestinationPortBehavior information. [#15996]
28
29
29
30
## Version 5.2.0
30
31
* Added optional parameters `CustomBlockResponseStatusCode` and `CustomBlockResponseBody` parameter to `AzApplicationGatewayFirewallPolicySettings`
0 commit comments