Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/14.4.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.20
- mcr.microsoft.com/azure-powershell:14.4.0-alpine-3.20
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:14.4.0-debian-12
- mcr.microsoft.com/azure-powershell:azurelinux-3.0
- mcr.microsoft.com/azure-powershell:14.4.0-azurelinux-3.0
- mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:14.4.0-azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:14.4.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:14.4.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:14.4.0-ubuntu-22.04
- mcr.microsoft.com/azure-powershell:ubuntu-24.04
- mcr.microsoft.com/azure-powershell:14.4.0-ubuntu-24.04
Release Notes
14.4.0 - September 2025
Az.Accounts 5.3.0
- Updated 'AuthenticationAssemblyLoadContext' project to deprecate .NET 6.0 and build on .NET 8.0.
- Added Server-Side Pagination Support for 'Invoke-AzRestMethod' command via '-Paginate' parameter.
Az.Advisor 2.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.ApplicationInsights 2.3.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.ArcResourceBridge 1.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.Attestation 2.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.Automanage 1.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.Batch 3.7.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.Cdn 5.0.1
- Fixed content types comtent bug with null content
- Added breaking change message for 2025-06-01
Az.Compute 10.3.0
- Fixed typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description.
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
- Updated New-AzDiskConfig to include 'SecurityMetadataUri' and 'SecurityDataUri' parameters.
- Updated Grant-AzDisk to return 'SecurityMetadataAccessSAS' property.
Az.ConfidentialLedger 1.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.ContainerInstance 4.1.2
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.ContainerRegistry 4.3.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.DataTransfer 1.0.0
- General availability for module Az.DataTransfer
- Added commands for flow management
Az.Dns 1.3.2
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.HealthcareApis 2.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.KeyVault 6.3.2
- Upgraded API version to 2024-11-01 [#27067]
Az.Network 7.19.1
- Added a read-only property 'ComputedDisabledRules' to 'ApplicationGatewayFirewallPolicyManagedRuleSet'. This property shows which rules are effectively disabled, based on both user-defined WAF policy overrides and the default state of the rules in the managed ruleset.
- Primary affected Cmdlet (returns the modified object directly):
- 'New-AzApplicationGatewayFirewallPolicyManagedRuleSet'
- Secondary affected Cmdlets (object is nested within their returned result):
- 'New-AzApplicationGatewayFirewallPolicyManagedRules'
- 'Get-AzApplicationGatewayFirewallPolicy'
- 'Set-AzApplicationGatewayFirewallPolicy'
- 'New-AzApplicationGatewayFirewallPolicy'
- Primary affected Cmdlet (returns the modified object directly):
Az.NetworkCloud 1.2.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.ServiceFabric 3.7.0
- Updated SF to latest api preview version '2023-11-01-preview'
- Fixed 'Set-AzServiceFabricManagedClusterApplication' to correctly overwrite existing application upgrade policy when '-RecreateApplication' parameter is specified and no other upgrade policy parameters are bound.
- Added parameter 'AutoGeneratedDomainNameLabelScope' to allow customers to initiate migration to public CA cluster certificates in cmdlet 'New-AzServiceFabricManagedCluster' and 'Set-AzServiceFabricManagedCluster'.
Az.Sql 6.1.0
- Fixed 'New-AzSqlDatabaseExport' and 'New-AzSqlDatabaseImport' to use SQL Authentication with ManagedIdentity without any mandatory password
- Added 'MemorySizeInGB' parameter to 'New-AzSqlInstance', 'Set-AzSqlInstance' to enable the creation of instances with flexible memory
- Added 'MemorySizeInGB' field to the model of the managed instance so that it displays information about flexible memory instances that are returned by 'Get-AzSqlInstance'.
Az.StackHCI 2.6.2
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.StorageMover 1.5.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Az.StorageSync 2.5.2
- Fixed security bug in checking tenant id for MI server registration
Az.StreamAnalytics 2.1.1
- Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229
Thanks to our community contributors
RAMLAH MUNIR (@ramlah7), Fix typo 'DeyAll' to 'DenyAll' in NetworkAccessPolicy description (#28394)
SHA256 Hashes of the release artifacts
- Az-Cmdlets-14.4.0.40132.tar.gz
- 3CF4A3B2CE5E74B54F350E914269456CFA6F3462F7C369991A63904FD2404EB2