Skip to content

Az 14.5.0

Latest

Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/14.5.0

To install Az from the PowerShell Gallery, run the following command:


Install-Module -Name Az -Repository PSGallery -Force

To update from an older version of Az, run the following command:


Update-Module -Name Az

Docker images

  • mcr.microsoft.com/azure-powershell:latest
  • mcr.microsoft.com/azure-powershell:alpine-3.21
  • mcr.microsoft.com/azure-powershell:14.5.0-alpine-3.21
  • mcr.microsoft.com/azure-powershell:alpine-3.22
  • mcr.microsoft.com/azure-powershell:14.5.0-alpine-3.22
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:14.5.0-debian-12
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:14.5.0-azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:14.5.0-azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:ubuntu-24.04
  • mcr.microsoft.com/azure-powershell:14.5.0-ubuntu-24.04

Release Notes

14.5.0 - October 2025

Az.Automation 1.11.2

Az.CloudService 2.1.1

Az.Compute 10.4.0

  • Added '-InstantAccessDurationMinutes' parameter to New-AzSnapshotConfig.
  • Added 'SecureVMGuestStateSAS' parameter to 'Grant-AzSnapshotAccess'.
  • Updated SDK to use 2025-04-01 version of the ComputeRP API for Compute related cmdlets.

Az.Databricks 1.10.1

Az.DataFactory 1.19.5

  • Added support for Salesforce V2 partitionOption feature.
  • Added support MI In Lakehouse And Warehouse connection.

Az.DataMigration 1.0.0

  • General availability for module Az.DataMigration
  • Upgraded Data Migration API to stable version '2025-06-30'.
  • Added support for retrying database migrations and for deleting SQL VM and SQL MI Database Migration Services.
  • Added cmdlets: 'Invoke-AzDataMigrationRetryToSqlDb', 'Remove-AzDataMigrationToSqlManagedInstance', 'Remove-AzDataMigrationToSqlVM'

Az.FirmwareAnalysis 1.0.0

  • General availability for module Az.FirmwareAnalysis
  • Upgraded API support to include 2025-08-02
  • Added usage metric support via the Get-AzFirmwareAnalysisUsageMetric cmdlet

Az.HDInsight 6.4.0

  • Supported create cluster with entra user as gateway credential to replace use username and password.
    • Added parameter '-EntraUserIdentity' to cmdlet 'New-AzHDInsightCluster' to support creating Entra user clusters using one or more ObjectId or Upn.
    • Added parameter '-EntraUserFullInfo' to cmdlet 'New-AzHDInsightCluster' to support creating Entra user clusters using an array of hashtables that include ObjectId, Upn, and DisplayName.
  • Supported update Entra user information for an existing Entra user cluster.
    • Added parameter '-EntraUserIdentity' to cmdlet 'Set-AzHDInsightGatewayCredential' to support update Entra user clusters using one or more ObjectId or Upn.
    • Added parameter '-EntraUserFullInfo' to cmdlet 'Set-AzHDInsightGatewayCredential' to support update Entra user clusters using an array of hashtables that include ObjectId, Upn, and DisplayName.
  • Added support for using WASB storage with Managed Identity (MSI) in the 'New-AzHDInsightCluster' cmdlet.
    -Users can specify the 'StorageAccountManagedIdentity' parameter to use MSI as a wasb storage credential when creating a cluster, as an alternative to using 'StorageAccountKey'.

Az.KeyVault 6.4.0

  • Added Managed HSM network rule cmdlets mirroring existing Key Vault network rule management: 'New-AzKeyVaultManagedHsmNetworkRuleSetObject', 'Add-AzKeyVaultManagedHsmNetworkRule', 'Remove-AzKeyVaultManagedHsmNetworkRule', 'Update-AzKeyVaultManagedHsmNetworkRuleSet'
  • New-AzKeyVaultManagedHsm now supports -NetworkRuleSet parameter to specify Managed HSM network rules (default action, bypass, IP ranges, virtual network resource IDs) at creation.
  • Managed HSM network rule enforcement: when any IP or Virtual Network rules are present the client now automatically coerces DefaultAction to Deny (service requirement) and adds a final safeguard at request dispatch. Subscriptions must be allow-listed by the service to use IP/Service Tag ACL features.

Az.LoadTesting 1.1.1

Az.Migrate 2.10.0

  • Fixed bugs in 'New-AzMigrateLocalDiskMappingObject': Only validate for non-512 physical sector size of VHD when '-PhysicalSectorSize' parameter is given
  • Fixed bugs in 'New-AzMigrateLocalServerReplication': Only validate for non-512 physical sector size of VHD when '-PhysicalSectorSize' parameter is given. Removed reserved words validation for source disk names as it is no longer required. Added ARM id validation for input parameters
  • Fixed bugs in 'Set-AzMigrateLocalServerReplication': Added ARM id validation for input parameters
  • Fixed bugs in 'Get-AzMigrateLocalServerReplication': Added ARM id validation for input parameters
  • Enhanced Get-AzMigrateServerMigrationStatus to add support for the -Expedite parameter.

Az.Network 7.21.0

  • Added deprecation warning for cmdlet 'Invoke-AzFirewallPacketCapture'
  • Added new cmdlet for Invoke PacketCaptureOperation on Azure Firewall
    • 'Invoke-AzFirewallPacketCaptureOperation'
  • Updated cmdlet to add the mandatory property of 'Operation' and made all other properties not mandatory for Azure Firewall Packet Capture Parameters. Updated corresponding cmdlets.
    • 'New-AzFirewallPacketCaptureParameter'
  • Added new cmdlet for List NetworkSecurityPerimeter ServiceTags
    • 'Get-AzNetworkSecurityPerimeterServiceTag'
  • Added properties 'DedicatedBackendConnection', 'ValidateCertChainAndExpiry', 'ValidateSNI', and 'SniName' to Application Gateway Backend HTTP Settings, as well as support for them in the following cmdlets:
    • 'New-AzApplicationGatewayBackendHttpSetting'
    • 'Add-AzApplicationGatewayBackendHttpSetting'
    • 'Set-AzApplicationGatewayBackendHttpSetting'
  • Added cmdlet 'Get-AzAllVirtualNetworkGatewayRadiusServerSecret' to fetch list of VirtualNetworkGateway VpnClientConfiguration Radius servers and corresponding radius secrets.
  • Added cmdlet 'Get-AzAllVpnServerConfigurationRadiusServerSecret ' to fetch list of VirtualWan VpnServerConfiguration Radius servers and corresponding radius secrets.

Az.RecoveryServices 7.9.0

  • Added Cross region restore support for new region - eastus3.
  • Added support for reregistration of a backup item to another vault.

Az.ResourceMover 1.3.1

Az.Resources 8.1.1

  • Fixed issue where RoleAssignment cmdlets did not properly handle insufficient MSGraph permissions [#28583]

Az.SecurityInsights 3.2.1

Az.ServiceFabric 3.8.0

  • Changed from 'Basic' to 'Standard' SKUs for loadbalancers and public IP addresses for 'New-AzServiceFabricCluster' and 'Add-AzServiceFabricNodeType' as 'Basic' SKUs are being deprecated.
  • Added parameters '-EnableAutoOsUpgrade' and '-AllowRdpAccess' to 'New-AzServiceFabricManagedCluster' and 'Set-AzServiceFabricManagedCluster'.
  • Added parameters '-ZoneBalance', '-AllowOverProvisioning', and '-Zone' to 'New-AzServiceFabricManagedNodeType' and 'Set-AzServiceFabricManagedNodeType'.
  • Added preannoucement for removing Reimage parameters from 'Set-AzServiceFabricManagedNodeType'.
  • Added new cmdlets for managed node types: 'Invoke-AzServiceFabricDeallocateManagedNodeType', 'Invoke-AzServiceFabricRedeployManagedNodeType', 'Invoke-AzServiceFabricReimageManagedNodeType', 'Start-AzServiceFabricManagedNodeType'
  • Marked 'NodeName' as non-required and added parameter '-UpdateType' in 'Restart-AzServiceFabricManagedNodeType' to allow UD by UD restarts of all nodes in node type.
  • Renamed Remove-AzServiceFabricManagedNodeType parameter sets to use 'Remove' instead of 'Delete' for consistency with cmdlet name.

Az.SignalR 2.2.0

  • Added cmdlets for managing custom domains: 'New-AzSignalRCustomDomain', 'Get-AzSignalRCustomDomain', 'Remove-AzSignalRCustomDomain', 'Update-AzSignalRCustomDomain'
  • Added cmdlets for managing custom certificates: 'New-AzSignalRCustomCertificate', 'Get-AzSignalRCustomCertificate', 'Remove-AzSignalRCustomCertificate', 'Update-AzSignalRCustomCertificate'
  • Added '-EnableSystemAssignedIdentity' and 'UserAssignedIdentity' for managed identity to 'New-AzSignalR' and 'Update-AzSignalR'

Az.Sql 6.2.0

  • Improved parameter validation for the EnableSoftDelete and SoftDeleteRetentionDays parameters.
  • Added 'EnableSoftDelete' and 'SoftDeleteRetentionDays' to 'New-AzSqlServer' to support soft-delete retention
  • Added 'EnableSoftDelete' and 'SoftDeleteRetentionDays' to 'Set-AzSqlServer' to support soft-delete retention
  • Added 'Restore-AzSqlServer' cmdlet to restore a deleted Azure SQL server within the retention period

Az.StackHCI 2.6.3

  • Modified the Cluster Registration to use Managed Service Identity instead of AAD App based registration for new OS versions.

Az.Storage 9.2.0

  • Supported Zone and ZonePlacementPolicy on Storage accounts: 'New-AzStorageAccount', 'Set-AzStorageAccount'
  • Supported listing Storage SKU: 'Get-AzStorageSku'
  • Supported enabling SMB Oauth on Storage accounts: 'New-AzStorageAccount', 'Set-AzStorageAccount'
  • Supported Enable Metrics when set object replication policy: 'Set-AzStorageObjectReplicationPolicy'
  • Supported create and get symbolic link in NFS File Share: 'New-AzStorageFileSymbolicLink', 'Get-AzStorageFileSymbolicLink'

Az.StorageDiscovery 1.0.0

  • General availability for module Az.StorageDiscovery

Az.StorageMover 1.6.0

  • Added support for new api version 2025-07-01
  • Included new endpoint types supported in the api version: 'MultiCloudConnector', 'NFSFileShare'
  • Enhanced help documentation for New-AzStorageMoverAzStorageContainerEndpoint and New-AzStorageMoverMultiCloudConnectorEndpoint with identity details.
  • Corrected online version link for Update-AzStorageMoverAzNfsFileShareEndpoint help documentation.
  • Added identity information to the output properties in help documentation for storage container and multi-cloud connector endpoints.

Az.Websites 3.4.2

Az.Workloads 1.0.1

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-14.5.0.40252.tar.gz
    • 3E46458B11D488890DC7C1640078B831847B8C4A638B83FD7E6C697A3A9D203C