Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Accounts/Accounts/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

## Upcoming Release
* Updated `Get-AzSubscription` to retreived subscription by Id rather than listed all the subscripitons from server if subscription Id is provided. [#19115]
* Updated `Get-AzSubscription` to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]

## Version 2.10.2
* Upgraded Azure.Core to 1.25.0 and Azure.Identity to 1.6.1
Expand All @@ -45,7 +45,7 @@

## Version 2.9.0
* Supported exporting and importing configurations by `Export-AzConfig` and `Import-AzConfig`.
* Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
* Fixed an issue that Az.Accounts may fail to be imported in parallel PowerShell processes. [#18321]
* Fixed incorrect access token [#18105]
* Upgraded version of Microsoft.Identity.Client for .NET Framework. [#18495]
* Fixed an issue that Az.Accounts failed to be imported if multiple environment variables, which only differ by case, are set. [#18304]
Expand Down
60 changes: 30 additions & 30 deletions src/Network/Network/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- `New-AzVirtualNetworkGateway`
* Exposed `ExtendedLocation` and `VNetExtendedLocationResourceId` for `VirtualNetworkGateway`
- `Get-AzVirtualNetworkGateway`
* Added new cmdlet to get firewall learned ip prefixes
* Added new cmdlet to get firewall learned ip prefixes
* `Get-AzFirewallLearnedIpPrefix`
* Fixed a bug that does not update firewall policy application, network and nat rules' descriptions even though description is provided via description parameter
* Added new cmdlet `Get-AzNetworkSecurityPerimeterAssociableResourceType`
Expand All @@ -32,13 +32,13 @@
* Updated cmdlets to add new property of `VirtualNetworkGatewayPolicyGroup` and `VpnClientConnectionConfiguration` in Azure Virtual Network Gateway
* `New-AzVirtualNetworkGateway`
* `Set-AzVirtualNetworkGateway`
* Added new cmdlets to create
* Added new cmdlets to create
* `New-AzVirtualNetworkGatewayPolicyGroup`
* `New-AzVirtualNetworkGatewayPolicyGroupMember`
* `New-AzVpnClientConnectionConfiguration`
* Added message in breaking change attribute to notify that load balancer sku default behaviour will be changed
* Added message in breaking change attribute to notify that load balancer sku default behavior will be changed
* `New-AzLoadBalancer`
* Added cmdlet preview to notify customers to use defualt value or leave null for load balancer probe theshold property
* Added cmdlet preview to notify customers to use default value or leave null for load balancer probe threshold property
* `New-AzLoadBalancerProbeConfig`
* `Set-AzLoadBalancerProbeConfig`
* `Add-AzLoadBalancerProbeConfig`
Expand Down Expand Up @@ -85,7 +85,7 @@
* Added breaking change notification for `Get-AzFirewall`, `New-AzFirewall`, `Set-AzFirewall` and `New-AzFirewallHubIpAddress`

## Version 4.20.0
* Fixed a bug that removes existing resource tags during a Set-AzFirewallPolicy command
* Fixed a bug that removes existing resource tags during a Set-AzFirewallPolicy command
* Fixed required parameter `PrivateLinkResourceType` missing issue for the following cmdlets [#18655]
- `Get-AzPrivateEndpointConnection`
- `Set-AzPrivateEndpointConnection`
Expand All @@ -96,27 +96,27 @@
- `New-AzPublicIpAddress`
- `New-AzLoadBalancer`
* Onboard Azure Virtual Network Manager Cmdlets
- `New/Get/Remove/Set-AzNetworkManager`
- `New/Get/Remove/Set-AzNetworkManagerGroup`
- `New/Get/Remove/Set-AzNetworkManagerConnectivityConfiguration`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminConfiguration`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminRuleCollection`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminRule`
- `Get-AzNetworkManagerActiveConnectivityConfiguration`
- `Get-AzNetworkManagerActiveSecurityAdminRule`
- `Get-AzNetworkManagerEffectiveConnectivityConfiguration`
- `Get-AzNetworkManagerEffectiveSecurityAdminRule`
- `Deploy-AzNetworkManagerCommit`
- `Get-AzNetworkManagerDeploymentStatus`
- `New-AzNetworkManagerAddressPrefixItem`
- `New-AzNetworkManagerScope`
- `New/Get/Remove/Set-AzNetworkManager`
- `New/Get/Remove/Set-AzNetworkManagerGroup`
- `New/Get/Remove/Set-AzNetworkManagerConnectivityConfiguration`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminConfiguration`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminRuleCollection`
- `New/Get/Remove/Set-AzNetworkManagerSecurityAdminRule`
- `Get-AzNetworkManagerActiveConnectivityConfiguration`
- `Get-AzNetworkManagerActiveSecurityAdminRule`
- `Get-AzNetworkManagerEffectiveConnectivityConfiguration`
- `Get-AzNetworkManagerEffectiveSecurityAdminRule`
- `Deploy-AzNetworkManagerCommit`
- `Get-AzNetworkManagerDeploymentStatus`
- `New-AzNetworkManagerAddressPrefixItem`
- `New-AzNetworkManagerScope`
- `New-AzNetworkManagerSecurityGroupItem`
- `New-AzNetworkManagerHub`
- `New-AzNetworkManagerHub`
- `New-AzNetworkManagerConnectivityGroupItem`
- `New/Get/Remove-AzNetworkManagerStaticMember`
- `New/Get/Remove/Set-AzNetworkManagerScopeConnection`
- `New/Get/Remove/Set-AzNetworkManagerSubscriptionConnection`
- `New/Get/Remove/Set-AzNetworkManagerManagementGroupConnection`
- `New/Get/Remove-AzNetworkManagerStaticMember`
- `New/Get/Remove/Set-AzNetworkManagerScopeConnection`
- `New/Get/Remove/Set-AzNetworkManagerSubscriptionConnection`
- `New/Get/Remove/Set-AzNetworkManagerManagementGroupConnection`
* Onboard AgFoodPlatform to Private Link Common Cmdlets
* Onboard Project Oak Forest to Private Link Common Cmdlets

Expand All @@ -140,10 +140,10 @@
- `New-AzFirewall`
* Fixed bug that causes an overflow due to incorrect SNAT private ranges IP validation.
* Added new cmdlets to create/manage L4(TCP/TLS) objects for ApplicationGateway:
- `Get-AzApplicationGatewayListener`
- `New-AzApplicationGatewayListener`
- `Add-AzApplicationGatewayListener`
- `Set-AzApplicationGatewayListener`
- `Get-AzApplicationGatewayListener`
- `New-AzApplicationGatewayListener`
- `Add-AzApplicationGatewayListener`
- `Set-AzApplicationGatewayListener`
- `Remove-AzApplicationGatewayListener`
- `Get-AzApplicationGatewayBackendSetting`
- `New-AzApplicationGatewayBackendSetting`
Expand Down Expand Up @@ -226,8 +226,8 @@
- `New-AzNetworkWatcherFlowLog`

## Version 4.15.0
* Added new property `SqlSetting` for Azure Firewall Policy cmdlets
- `Get-AzFirewallPolicy`
* Added new property `SqlSetting` for Azure Firewall Policy cmdlets
- `Get-AzFirewallPolicy`
- `New-AzFirewallPolicy`
- `Set-AzFirewallPolicy`
* Added new to create new `SqlSetting` object for creating Azure Firewall Policy
Expand Down