From 1e4f68cfbd39b8560c1ed1b40e9915f819ad1a60 Mon Sep 17 00:00:00 2001 From: Bhupesh Bhatt Date: Fri, 7 Jun 2024 11:46:47 +0530 Subject: [PATCH 1/2] ChangeLog Version 7.7.0 for NSP --- src/Network/Network/ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 7667c2ef9ba5..46cf1ef54537 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -20,6 +20,14 @@ ## Upcoming Release +## Version 7.7.0 +* Updated cmdlet `New-AzNetworkSecurityPerimeterAccessRule` to support for Inbound Rule of type 'ServiceTag'. +* Updated cmdlet `Update-AzNetworkSecurityPerimeterAccessRule' to support for Inbound Rule of type 'ServiceTag'. +* Added cmdlet 'Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile' to Reconcile NetworkSecurityPerimeter access rules. +* Added cmdlet 'Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile' to Reconcile NetworkSecurityPerimeter association. +* Added cmdlet 'Update-AzNetworkSecurityPerimeter' to Patch Tags for a NetworkSecurityPerimeter. + + ## Version 7.6.0 * Added cmdlet `New-AzVirtualApplianceNetworkProfile` to build network profile for network virtual appliance and pass as a parameter. * Added cmdlet `New-AzVirtualApplianceNetworkInterfaceConfiguration` and `New-AzVirtualApplianceIpConfiguration` to build `New-AzVirtualApplianceNetworkProfile`. From 6eda73b65eae6269c725d5bf99abb41abc4d9cef Mon Sep 17 00:00:00 2001 From: NoriZC <110961157+NoriZC@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:26:43 +0800 Subject: [PATCH 2/2] Update ChangeLog.md --- src/Network/Network/ChangeLog.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 46cf1ef54537..780938d99587 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,14 +19,11 @@ ---> ## Upcoming Release - -## Version 7.7.0 -* Updated cmdlet `New-AzNetworkSecurityPerimeterAccessRule` to support for Inbound Rule of type 'ServiceTag'. -* Updated cmdlet `Update-AzNetworkSecurityPerimeterAccessRule' to support for Inbound Rule of type 'ServiceTag'. -* Added cmdlet 'Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile' to Reconcile NetworkSecurityPerimeter access rules. -* Added cmdlet 'Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile' to Reconcile NetworkSecurityPerimeter association. -* Added cmdlet 'Update-AzNetworkSecurityPerimeter' to Patch Tags for a NetworkSecurityPerimeter. - +* Updated cmdlet `New-AzNetworkSecurityPerimeterAccessRule` to support for Inbound Rule of type `ServiceTag`. +* Updated cmdlet `Update-AzNetworkSecurityPerimeterAccessRule` to support for Inbound Rule of type `ServiceTag`. +* Added cmdlet `Invoke-AzNetworkSecurityPerimeterNspAccessRulesReconcile` to Reconcile NetworkSecurityPerimeter access rules. +* Added cmdlet `Invoke-AzNetworkSecurityPerimeterNspAssociationReconcile` to Reconcile NetworkSecurityPerimeter association. +* Added cmdlet `Update-AzNetworkSecurityPerimeter` to Patch Tags for a NetworkSecurityPerimeter. ## Version 7.6.0 * Added cmdlet `New-AzVirtualApplianceNetworkProfile` to build network profile for network virtual appliance and pass as a parameter.