Skip to content
Closed
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
72 changes: 72 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,75 @@
## 15.5.0 - April 2026
#### Az.Accounts 5.3.4
* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds.
- SSH certificate authentication now works across all Azure clouds without configuring the '-SshAuthScope' parameter.
- The '-SshAuthScope' parameter in 'Set-AzEnvironment' and 'Add-AzEnvironment' does not take any effect.
* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache.

#### Az.Cdn 6.0.1
* Bug fix for https://github.com/Azure/azure-powershell/issues/29231

#### Az.CloudService 2.1.2
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.

#### Az.ContainerInstance 4.1.3
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.

#### Az.CosmosDB 1.20.0
* Added '-DisableLocalAuth' parameter to 'New-AzCosmosDBAccount' and 'Update-AzCosmosDBAccount' to opt out of local authentication.
* Added '-Capabilities' parameter to 'Update-AzCosmosDBAccount' to allow adding or removing account capabilities.

#### Az.DataProtection 2.9.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

#### Az.DnsResolver 1.2.3
* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration:
- Removed parameter 'ActionBlockResponseCode' from 'New-AzDnsResolverPolicyDnsSecurityRule' and 'Update-AzDnsResolverPolicyDnsSecurityRule'. The block response code is no longer configurable.
- Parameter 'DnsResolverDomainList' is no longer mandatory on 'New-AzDnsResolverPolicyDnsSecurityRule'. DNS security rules will support managed domain lists as an alternative to user-defined domain lists.
- Parameter 'Domain' is no longer mandatory on 'New-AzDnsResolverDomainList'. Domain lists will support bulk upload via the new cmdlet 'Invoke-AzDnsResolverBulkDnsResolverDomainList', which will be introduced in the upcoming release.

#### Az.Functions 4.3.2
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166]

#### Az.ManagedServices 3.1.3
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.

#### Az.Migrate 2.12.0
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
* Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication

#### Az.MySql 1.5.2
* Updated preannouncement breaking changes date to May 2026.

#### Az.NetAppFiles 1.1.0
* Updated to api-version 2025-12-01
* Added new cmdlet 'Get-AzNetAppFilesVolumeQuotaReport' to get quota report for a volume with optional filtering by 'QuotaType', 'QuotaTarget', and 'UsageThresholdPercentage'
* Added 'DesiredRansomwareProtectionState' parameter to 'New-AzNetAppFilesVolume' and 'Update-AzNetAppFilesVolume' to enable or disable Advanced Ransomware Protection (ARP) on volumes
* Added new cmdlet 'Get-AzNetAppFilesRansomwareReport' to list or get Advanced Ransomware Protection (ARP) reports for a volume
* Added new cmdlet 'Clear-AzNetAppFilesRansomwareReportSuspect' to clear suspects on an ARP report by marking file extensions as 'PotentialThreat' or 'FalsePositive'

#### Az.Network 7.26.0
* Onboarded 'Microsoft.KubernetesConfiguration/privateLinkScopes' to Private Link Common Cmdlets
* Added EdgeZone (Extended Location) parameter support for Azure Firewall
- Added '-EdgeZone' parameter to 'New-AzFirewall' cmdlet
- When '-EdgeZone' is specified, availability zones are not supported for Azure Firewall resources

#### Az.RecoveryServices 7.11.2
* Added Cross region restore support for upcoming regions Southeast Asia 3

#### Az.RedisEnterpriseCache 1.6.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

#### Az.ServiceFabric 5.1.0
* Added new OS options to 'New-AzServiceFabricCluster' '-OS' parameter: 'WindowsServer2019Datacenter', 'WindowsServer2019DatacenterGen2', 'WindowsServer2022Standard', 'WindowsServer2022Core', 'WindowsServer2022Gen2', 'WindowsServer2022Hotpatch', 'WindowsServer2025', 'WindowsServer2025AzureEdition', 'WindowsServer2025AzureEditionCore', 'WindowsServer2025Gen2', 'UbuntuServer2204', and 'UbuntuServer2404'
* Updated SFMC to latest api general version '2026-02-01'

#### Az.SqlVirtualMachine 2.4.1
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229

#### Az.StackHCIVM 1.1.1
* Added breaking change announcements for upcoming SecureString parameter type changes in 'New-AzStackHCIVMImage' and 'New-AzStackHCIVMVirtualMachine'

## 15.4.0 - March 2026
#### Az.Accounts 5.3.3
* Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery.
Expand Down
20 changes: 20 additions & 0 deletions documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 15.5.0 - April 2026
#### Az.CosmosDB 1.20.0
* Modified cmdlet `New-AzCosmosDBAccount`
- Added parameter `-DisableLocalAuth`
* Modified cmdlet `Update-AzCosmosDBAccount`
- Added parameters `-Capabilities`, `-DisableLocalAuth`
#### Az.Migrate 2.12.0
* Modified cmdlet `New-AzMigrateServerReplication`
- Added parameters `-TargetSecurityType`, `-TargetVMSecureBootEnabled`
#### Az.NetAppFiles 1.1.0
* Modified cmdlet `New-AzNetAppFilesVolume`
- Added parameter `-DesiredRansomwareProtectionState`
* Modified cmdlet `Update-AzNetAppFilesVolume`
- Added parameter `-DesiredRansomwareProtectionState`
* Added cmdlet `Clear-AzNetAppFilesRansomwareReportSuspect`, `Get-AzNetAppFilesRansomwareReport`, `Get-AzNetAppFilesVolumeQuotaReport`
#### Az.Network 7.26.0
* Modified cmdlet `New-AzFirewall`
- Added parameter `-EdgeZone`

## 15.4.0 - March 2026
#### Az.Compute 11.4.0
* Modified cmdlet `Add-AzVMDataDisk`
Expand Down Expand Up @@ -1246,3 +1265,4 @@




Loading
Loading