Update to version 15.2.0 of the Azure PowerShell module
- Maxime Hiez
- Azure
- 26 Jan, 2026
Introduction
Microsoft recently released the new version 15.2.0 of the PowerShell module for Microsoft Azure.
Installation
You can check the version of the installed module via the following PowerShell command :
Get-InstalledModule -Name "Az*"
You can install the Az module via the following PowerShell command :
Install-Module -Name Az
You can update the Az module via the following PowerShell command :
Update-Module Az -Force
What’s new ?
Version 15.2.0 contains the following updates :
Az.Accounts
- Updated Azure.Core from 1.47.3 to 1.50.0.
- Fixed telemetry to capture client request ID instead of server response ID for AutoRest-generated cmdlets [#23555].
Az.Aks
- Bumped API version to 2025-08-01.
- Added cmdlets Get-AzAksMachine, Get-AzAksManagedClusterMeshRevisionProfile, Get-AzAksManagedClusterMeshUpgradeProfile, Get-AzAksTrustedAccessRole, Get-AzAksTrustedAccessRoleBinding, New-AzAksTrustedAccessRoleBinding, Remove-AzAksAgentPoolMachine, Remove-AzAksTrustedAccessRoleBinding, Update-AzAksTrustedAccessRoleBinding.
- Added necessary parameters for New-AzAksCluster, Set-AzAksCluster, New-AzAksNodePool, Update-AzAksNodePool.
- Removed cmdlet Get-AzAksManagedClusterOSOption.
Az.Batch
- Updated Azure.Core from 1.47.3 to 1.50.0.
- Updated the implementation of New-AzBatchApplicationPackage cmdlet to not call Get-AzBatchApplicationPackage to retrieve storage keys for security improvements. No behavior changes to the cmdlet.
Az.Compute
- Added -HighSpeedInterconnectPlacement parameter to New-AzVmssConfig and New-AzVmss cmdlets.
- Added new parameters ZonePlacementPolicy, IncludeZone, ExcludeZone, MaxZoneCount, EnableMaxInstancePercentPerZone and MaxInstancePercentPerZoneValue to New-AzVmssConfig cmdlet.
- Added new parameters ZonePlacementPolicy, IncludeZone and ExcludeZone to New-AzVmss cmdlet.
- Added new parameters MaxZoneCount, EnableMaxInstancePercentPerZone and MaxInstancePercentPerZoneValue to Update-AzVmss cmdlet.
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.ContainerRegistry
- Fixed -ExposeToken with Connect-AzContainerRegistry.
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.CosmosDB
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.DataFactory
- Added more support for Jira V2 and Netezza V2 connection properties.
Az.DataLakeStore
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.FrontDoor
- Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.
Az.KeyVault**
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.MachineLearningServices
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229.
Az.Migrate
- Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy.
- New-AzMigrateLocalServerReplication.
Az.NetAppFiles
- Updated Azure.Core from 1.47.3 to 1.50.0.
- General availability for module Az.NetAppFiles.
Az.Network
- Onboarded Microsoft.Security/privateLinks to Private Link Common Cmdlets.
Az.PolicyInsights
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.RecoveryServices
- Added Cross region restore support for Bleu cloud regions.
- Added Availability Zone support in Update Protection.
- Added Platform Fault Domain support in Enable, Update, and Switch Protection workflows.
Az.SignalR
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.Sql
- Added Get-AzSqlDeletedServer cmdlet to retrieve soft deleted Azure SQL servers.
- Supports retrieving deleted servers by location or specific deleted server by name
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229.
- The EnableSoftDelete parameter is deprecated from New-AzSqlServer and Set-AzSqlServer cmdlets and will be removed by May 2026.
Az.StackHCI
- ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.
- Resolved double hop authentication issue.
Az.Storage
- Upgraded management plane SDK and auto generated cmdlets to base on API spec generated by TSP.
- Updated Azure.Core from 1.47.3 to 1.50.0.
Az.Synapse
- Updated Azure.Core from 1.47.3 to 1.50.0.
Conclusion
Go update your Azure module for PowerShell to benefit from the latest updates and possible configurations.
Sources
Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.
Don’t forget to follow us and share this post.