Skip to content

Commit 2e5962c

Browse files
Bump Version for 15.5.0
1 parent 04d9126 commit 2e5962c

129 files changed

Lines changed: 123005 additions & 20879 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ChangeLog.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
## 15.5.0 - April 2026
2+
#### Az.Accounts 5.3.4
3+
* Improved SSH certificate authentication for Az SSH cmdlets across all Azure clouds.
4+
- SSH certificate authentication now works across all Azure clouds without configuring the '-SshAuthScope' parameter.
5+
- The '-SshAuthScope' parameter in 'Set-AzEnvironment' and 'Add-AzEnvironment' does not take any effect.
6+
* Updated MSAL to 4.83.1 for bug fixes in IMDS endpoint cache.
7+
8+
#### Az.Cdn 6.0.1
9+
* Bug fix for https://github.com/Azure/azure-powershell/issues/29231
10+
11+
#### Az.CloudService 2.1.2
12+
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.
13+
14+
#### Az.ContainerInstance 4.1.3
15+
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.
16+
17+
#### Az.CosmosDB 1.20.0
18+
* Added '-DisableLocalAuth' parameter to 'New-AzCosmosDBAccount' and 'Update-AzCosmosDBAccount' to opt out of local authentication.
19+
* Added '-Capabilities' parameter to 'Update-AzCosmosDBAccount' to allow adding or removing account capabilities.
20+
21+
#### Az.DataProtection 2.9.1
22+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
23+
24+
#### Az.DnsResolver 1.2.3
25+
* Added announcement for upcoming breaking changes as part of the 2025-10-01-preview API migration:
26+
- Removed parameter 'ActionBlockResponseCode' from 'New-AzDnsResolverPolicyDnsSecurityRule' and 'Update-AzDnsResolverPolicyDnsSecurityRule'. The block response code is no longer configurable.
27+
- 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.
28+
- 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.
29+
30+
#### Az.Functions 4.3.2
31+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
32+
* Fixed an issue where New-AzFunctionApp fails due to duplicate -Name parameter binding. [#29166]
33+
34+
#### Az.ManagedServices 3.1.3
35+
* Update the deprecated-by-azversion and change-effective-date of breaking change announcements.
36+
37+
#### Az.Migrate 2.12.0
38+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
39+
* Added 'TargetSecurityType' and 'TargetVMSecureBootEnabled' parameters to 'New-AzMigrateServerReplication' to support Trusted Launch VM (TVM) security type during server replication
40+
41+
#### Az.MySql 1.5.2
42+
* Updated preannouncement breaking changes date to May 2026.
43+
44+
#### Az.NetAppFiles 1.1.0
45+
* Updated to api-version 2025-12-01
46+
* Added new cmdlet 'Get-AzNetAppFilesVolumeQuotaReport' to get quota report for a volume with optional filtering by 'QuotaType', 'QuotaTarget', and 'UsageThresholdPercentage'
47+
* Added 'DesiredRansomwareProtectionState' parameter to 'New-AzNetAppFilesVolume' and 'Update-AzNetAppFilesVolume' to enable or disable Advanced Ransomware Protection (ARP) on volumes
48+
* Added new cmdlet 'Get-AzNetAppFilesRansomwareReport' to list or get Advanced Ransomware Protection (ARP) reports for a volume
49+
* Added new cmdlet 'Clear-AzNetAppFilesRansomwareReportSuspect' to clear suspects on an ARP report by marking file extensions as 'PotentialThreat' or 'FalsePositive'
50+
51+
#### Az.Network 7.26.0
52+
* Onboarded 'Microsoft.KubernetesConfiguration/privateLinkScopes' to Private Link Common Cmdlets
53+
* Added EdgeZone (Extended Location) parameter support for Azure Firewall
54+
- Added '-EdgeZone' parameter to 'New-AzFirewall' cmdlet
55+
- When '-EdgeZone' is specified, availability zones are not supported for Azure Firewall resources
56+
57+
#### Az.RecoveryServices 7.11.2
58+
* Added Cross region restore support for upcoming regions Southeast Asia 3
59+
60+
#### Az.RedisEnterpriseCache 1.6.1
61+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
62+
63+
#### Az.ServiceFabric 5.1.0
64+
* Added new OS options to 'New-AzServiceFabricCluster' '-OS' parameter: 'WindowsServer2019Datacenter', 'WindowsServer2019DatacenterGen2', 'WindowsServer2022Standard', 'WindowsServer2022Core', 'WindowsServer2022Gen2', 'WindowsServer2022Hotpatch', 'WindowsServer2025', 'WindowsServer2025AzureEdition', 'WindowsServer2025AzureEditionCore', 'WindowsServer2025Gen2', 'UbuntuServer2204', and 'UbuntuServer2404'
65+
* Updated SFMC to latest api general version '2026-02-01'
66+
67+
#### Az.SqlVirtualMachine 2.4.1
68+
* Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
69+
70+
#### Az.StackHCIVM 1.1.1
71+
* Added breaking change announcements for upcoming SecureString parameter type changes in 'New-AzStackHCIVMImage' and 'New-AzStackHCIVMVirtualMachine'
72+
173
## 15.4.0 - March 2026
274
#### Az.Accounts 5.3.3
375
* Updated MSAL to 4.82.1 to fix an issue with ARM endpoint discovery.

documentation/SyntaxChangeLog/SyntaxChangeLog-Az15.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 15.5.0 - April 2026
2+
#### Az.CosmosDB 1.20.0
3+
* Modified cmdlet `New-AzCosmosDBAccount`
4+
- Added parameter `-DisableLocalAuth`
5+
* Modified cmdlet `Update-AzCosmosDBAccount`
6+
- Added parameters `-Capabilities`, `-DisableLocalAuth`
7+
#### Az.Migrate 2.12.0
8+
* Modified cmdlet `New-AzMigrateServerReplication`
9+
- Added parameters `-TargetSecurityType`, `-TargetVMSecureBootEnabled`
10+
#### Az.NetAppFiles 1.1.0
11+
* Modified cmdlet `New-AzNetAppFilesVolume`
12+
- Added parameter `-DesiredRansomwareProtectionState`
13+
* Modified cmdlet `Update-AzNetAppFilesVolume`
14+
- Added parameter `-DesiredRansomwareProtectionState`
15+
* Added cmdlet `Clear-AzNetAppFilesRansomwareReportSuspect`, `Get-AzNetAppFilesRansomwareReport`, `Get-AzNetAppFilesVolumeQuotaReport`
16+
#### Az.Network 7.26.0
17+
* Modified cmdlet `New-AzFirewall`
18+
- Added parameter `-EdgeZone`
19+
120
## 15.4.0 - March 2026
221
#### Az.Compute 11.4.0
322
* Modified cmdlet `Add-AzVMDataDisk`
@@ -1246,3 +1265,4 @@
12461265

12471266

12481267

1268+

0 commit comments

Comments
 (0)