
Update to version 14.3.0 of the Azure PowerShell module
- Maxime Hiez
- Azure
- 13 Aug, 2025
Introduction
Microsoft recently released the new version 14.3.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 14.3.0 contains the following updates :
Az.Accounts
- Fixed an issue where Clear-AzContext does not clear the token cache when broker is enabled.
- Added new parameter -ClaimsChallenge to Connect-AzAccount to support claims challenge authentication for MFA.
- Refined the error message when a cmdlet fails because of policy violations about Multi-Factor Authentication (MFA) to provide more actionable guidance.
Az.ArizeAI
- General availability for module Az.ArizeAI.
- Upgraded the API version to 2024-10-01.
Az.Compute
- Compute DiskRP related cmdlets will now use 2025-01-02 version of the DiskRP API.
- Upgraded SpotPlacementScore cmdlets to API version 2025-06-05.
Az.CosmosDB
- Fixed issue where the restore command failed to detect the source account, even when it existed.
Az.DataLakeStore
- Added a new cmdlet GetAzureDataLakeStoreDeletedItemWithtoken to support pagination in GetAzureDataLakeStoreDeletedItem.
Az.DevCenter
- Added preannouncement breaking change messages.
Az.EventHub
- Added new cmdlets for EventHubNetworkSecurityPerimeterConfiguration :
- Get-AzEventHubNetworkSecurityPerimeterConfigurationsForAssociation
- Get-AzEventHubNetworkSecurityPerimeterConfiguration
Az.Fabric
- General availability for module Az.Fabric.
Az.LambdaTest
- General availability for module Az.LambdaTest.
- Upgraded the API version to 2024-02-01.
Az.ManagedServices
- Update the outputs of breaking change announcements.
Az.Migrate
- Added -OsType as an optional parameter to command Set-AzMigrateLocalServerReplication to allow user-specified OS type.
- Fixed bugs in New-AzMigrateServerReplication caused by deprecation of Get-AzVmSize -location.
- Removed -TargetStoragePathId parameter from command New-AzMigrateLocalDiskMappingObject until the feature to associate each disk to their own storage container path is supported.
- Added -SourceApplianceName and -TargetApplianceName as required parameters to command New-AzMigrateLocalServerReplication to allow users to specify appliance pairs of their choosing.
- Enhanced resource validations in Initialize-AzMigrateLocalReplicationInfrastructure and New-AzMigrateLocalServerReplication.
Az.Monitor
- Added breaking change announcement for below cmdlets from single object or fixed array to list :
- Get-AzActivityLogAlert
- New-AzActivityLogAlert
- Update-AzActivityLogAlert
- New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject
- New-AzActivityLogAlertAlertRuleLeafConditionObject
- Get-AzAutoscalePredictiveMetric
- Get-AzAutoscaleSetting
- New-AzAutoscaleNotificationObject
- New-AzAutoscaleProfileObject
- New-AzAutoscaleScaleRuleMetricDimensionObject
- New-AzAutoscaleScaleRuleObject
- New-AzAutoscaleSetting
- Update-AzAutoscaleSetting
- Get-AzMonitorWorkspace
- New-AzMonitorWorkspace
- Update-AzMonitorWorkspace
- New-AzDiagnosticSetting
- New-AzSubscriptionDiagnosticSetting
- Get-AzDiagnosticSetting
- Get-AzDiagnosticSettingCategory
- Get-AzSubscriptionDiagnosticSetting
- Get-AzScheduledQueryRule
- New-AzScheduledQueryRule
- New-AzScheduledQueryRuleConditionObject
- New-AzScheduledQueryRuleDimensionObject
- Update-AzScheduledQueryRule
Az.MySql
- Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-MySQLConnection.
- Introduced a Timeout value when running Test-AzMySqlFlexibleServerConnect with long running query.
Az.Network
- Returned appgw and agc in waf policy.
- Updated cmdlet New-AzFirewallPolicyApplicationRule to use HTTPS as the default protocol when creating a new FQDN Tag application rule.
- Added EnableDnstapLogging parameter to New-AzFirewall.
Az.NetworkCloud
- Upgraded API version to 2025-02-01.
Az.Nginx
- Added breaking change announcement for below cmdlets from fixed array to list :
- Get-AzNginxConfiguration
- New-AzNginxConfiguration
- Get-AzNginxDeployment
- New-AzNginxDeployment
- Update-AzNginxDeployment
- Invoke-AzNginxAnalysisConfiguration
- New-AzNginxNetworkProfileObject
- Added breaking change announcement for New-AzNginxDeployment and Update-AzNginxDeployment cmdlets.
- Removed -IdentityType parameter to support new Managed Identity settings.
- Removed -IdentityUserAssignedIdentity.
- The parameters of the New-AzNginxDeployment and Update-AzNginxDeployment cmdlets will be changed by new Managed Identity settings.
- Added -UserAssignedIdentity parameter. The type of UserAssignedIdentity is simplified to a list of strings that is used to specify the user’s assigned identity.
- Added EnableSystemAssignedIdentity to enable/disable system-assigned identities.
Az.Oracle
- Upgraded to the stable version 2025-03-01.
Az.PostgreSql
- Aligned with SimplySql, use a PSCredential object instead of UserName/Password parameters when calling Open-PostGreConnection.
- Introduced a Timeout value when running Test-AzPostgreSqlFlexibleServerConnect with long running query.
Az.RecoveryServices
- Added new optional parameter CVMOsDiskEncryptionSetId in Restore-AzRecoveryServicesBackupItem.
Az.Relay
- Update the outputs of breaking change announcements.
Az.Resources
- Added functionality for cmdlet GetAzureResourceGroup [#27865].
- Added breaking change announcement for below cmdlets from array to list :
- Get-AzRoleManagementPolicy
- Update-AzRoleManagementPolicy
- Added support for exporting resource group templates as Bicep files.
- Added OutputFormat parameter to Export-AzResourceGroup cmdlet.
- Supported values : Json (default), Bicep.
Az.ServiceFabric
- Added parameter Location to allow users to specify a different node type location than the resource group location in cmdlet Add-AzServiceFabricNodeType.
- Added parameter VmSize to allow for in-place sku swap for cmdlet Set-AzServiceFabricManagedNodeType.
- Updated SFMC to latest API preview version 2025-03-01-preview.
Az.Sql
- Updated DatabaseOperations API to version 2024-11-01-preview for .Net Sdk.
Az.StackHCI
- Used Fully Qualified Computer Name and added warning for user to upgrade to solution.
Az.StorageSync
- Fixed security bug in token acquisition for MI server registration.
Az.Synapse
- Fixed an error when remove artifact throw ArgumentNullException.
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.