Releases: Azure/azure-powershell
Az 14.3.0
v14.3.0-August2025 Bump Version for 14.3.0
Az.CosmosDB v2.0.7-preview
https://www.powershellgallery.com/packages/Az.CosmosDB/2.0.7-preview
- Added support for throughput buckets.
Az.Compute v10.1.0
https://www.powershellgallery.com/packages/Az.Compute/10.1.0
- Support for Metadata Security Protocol (MSP) support for Gallery
Az.Oracle v1.2.0
https://www.powershellgallery.com/packages/Az.Oracle/1.2.0
- Upgraded to the stable version 2025-03-01
Az 14.2.0
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/14.2.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.2.0-alpine-3.20
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:14.2.0-debian-12
- mcr.microsoft.com/azure-powershell:azurelinux-3.0
- mcr.microsoft.com/azure-powershell:14.2.0-azurelinux-3.0
- mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:14.2.0-azurelinux-3.0-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:14.2.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:14.2.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:14.2.0-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:14.2.0-ubuntu-22.04
Release Notes
Az.Accounts 5.1.1
- Updated the date in the message about multi-factor authentication (MFA). For more details, see https://go.microsoft.com/fwlink/?linkid=2276971
Az.CosmosDB 1.18.1
- Fixed incorrect help documents for MongoDB cmdlets.
Az.DataFactory 1.19.4
- Added support for Databricks Job Activity.
- Added more support for QuickBooks connection properties.
Az.ElasticSan 1.4.1
- Added warning message for data integrity checking when create/update a volume group.
- 'New-AzElasticSanVolumeGroup'
- 'Update-AzElasticSanVolumeGroup'
Az.ManagedServices 3.1.1
- Added breaking change announcement for below commands from array or single object to list.
- 'Get-AzManagedServicesAssignment'
- 'Get-AzManagedServicesDefinition'
- 'Get-AzManagedServicesMarketplaceDefinition'
- 'New-AzManagedServicesAssignment'
- 'New-AzManagedServicesAuthorizationObject'
- 'New-AzManagedServicesDefinition'
- 'New-AzManagedServicesEligibleApproverObject'
- 'New-AzManagedServicesEligibleAuthorizationObject'
Az.Network 7.18.0
- Added a new command which creates an object for CaptureSetting, and added properties 'FileCount', 'FileSizeInBytes', and 'SessionTimeLimitInSeconds', which helps to configure the capture setting for packet capture as well as support for it for the following cmdlets:
- 'New-AzPacketCaptureSettingsConfig'
- Added properties 'ContinuousCapture', 'LocalPath', and 'CaptureSetting' reference in Packet capture V2 command, as well as support for it for the following cmdlets:
- 'New-AzNetworkWatcherPacketCaptureV2'
- Onboarded Application Gateway WAF Exceptions cmdlet.
- 'New-AzApplicationGatewayFirewallPolicyException'
Az.Relay 2.1.1
- Added breaking change announcement for below commands.
- 'Get-AzRelayNamespace'
- 'Get-AzRelayNamespaceNetworkRuleSet'
- 'Set-AzRelayNamespaceNetworkRuleSet'
Az.Resources 8.0.1
- Fixed empty warning output issue for cmdlet 'Test-AzResourceGroupDeployment' [#27888]
Az.Storage 9.1.0
- Supported set SasExpirationAction as Log or Block, together with SasExpirationPeriod
- 'New-AzStorageAccount'
- 'Set-AzStorageAccount'
- Supported Storage task assignment
- 'New-AzStorageTaskAssignment'
- 'Update-AzStorageTaskAssignment'
- 'Get-AzStorageTaskAssignment'
- 'Remove-AzStorageTaskAssignment'
- 'Get-AzStorageTaskAssignmentinstancesReport'
Az.StorageAction 1.0.0
- General availability for module Az.StorageAction
Thanks to our community contributors
- Many thanks to Arie Heinrich (@ArieHein) for correcting numerous misspelled words across the repo and improving overall quality.
SHA256 Hashes of the release artifacts
- Az-Cmdlets-14.2.0.39899.tar.gz
- 2263FC65279BD06494EF682E23EE7485B4C32938DFB98ABBB04C6B6410B3FD49
Az.DnsResolver v1.2.0-preview
https://www.powershellgallery.com/packages/Az.DnsResolver/1.2.0-preview
- Added domain list post request for using storage based larger domain lists
- Removed BlockResponseCode from DNS security rule action types
- Removed requirement of domains in domain list for cases with storage based domain list usage
Az.Accounts v5.1.0
https://www.powershellgallery.com/packages/Az.Accounts/5.1.0
- Enabled setting the authentication scope for SSH cmdlets by
Set-AzEnvironment -SshAuthScope <String>
.
Az 14.1.0
Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/14.1.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.1.0-alpine-3.20
- mcr.microsoft.com/azure-powershell:debian-12
- mcr.microsoft.com/azure-powershell:14.1.0-debian-12
- mcr.microsoft.com/azure-powershell:mariner-2
- mcr.microsoft.com/azure-powershell:14.1.0-mariner-2
- mcr.microsoft.com/azure-powershell:mariner-2-arm64
- mcr.microsoft.com/azure-powershell:14.1.0-mariner-2-arm64
- mcr.microsoft.com/azure-powershell:ubi-8
- mcr.microsoft.com/azure-powershell:14.1.0-ubi-8
- mcr.microsoft.com/azure-powershell:ubi-9
- mcr.microsoft.com/azure-powershell:14.1.0-ubi-9
- mcr.microsoft.com/azure-powershell:ubuntu-20.04
- mcr.microsoft.com/azure-powershell:14.1.0-ubuntu-20.04
- mcr.microsoft.com/azure-powershell:ubuntu-22.04
- mcr.microsoft.com/azure-powershell:14.1.0-ubuntu-22.04
Release Notes
Az.Accounts 5.0.2
- Upgrade Azure.Core to 1.45.0
Az.Compute 10.0.1
- Added breaking change message for 'New-AzVM' and 'New-AzVmss' cmdlets.
Az.DataFactory 1.19.3
- Added more support for SparkV2 and HiveV2 connection properties.
Az.Migrate 2.8.0
- Implemented the Get-AzMigrateServerMigrationStatus cmdlet to retrieve the replication status of servers in Azure Migrate.
- Fixed bugs in 'New-AzMigrateLocalServerReplication' that caused HyperVSite or VMwareSite not found.
Az.MySql 1.4.0
- Enhanced 'Restore-AzMySqlFlexibleServer' functionality with GeoRestore support
Az.Network 7.17.0
- Added properties 'PublicIpAddressesV6', 'PublicIpPrefixesV6', and 'SourceVirtualNetwork' to NatGateway, as well as support for it for the following cmdlets:
- 'New-AzNatGateway'
- 'Set-AzNatGateway'
- Added property 'DefaultPublicNatGateway' to VirtualNetwork.
- Onboarded 'Microsoft.FluidRelay/fluidRelayServers' to private link cmdlets
- Added cmdlet 'Get-AzLoadBalancerRuleHealth' for Load Balancer Rule Health.
- Added property 'EnableConnectionTracking' to Load Balancing Rule, as well as support for it for the following cmdlets:
- 'Add-AzLoadBalancerRuleConfig'
- 'New-AzLoadBalancerRuleConfig'
- 'Set-AzLoadBalancerRuleConfig'
- Added cmdlet for migration of basic IP based deployment to Standard IP based VMSS deployments for VirtualNetworkGateways
- 'New-AzVirtualNetworkGatewayMigrationParameter'
- 'Invoke-AzVirtualNetworkGatewayPrepareMigration'
- 'Invoke-AzVirtualNetworkGatewayExecuteMigration'
- 'Invoke-AzVirtualNetworkGatewayCommitMigration'
- 'Invoke-AzVirtualNetworkGatewayAbortMigration'
- Added cmdlets for CRUD operations of NetworkSecurityPerimeter service
- Cmdlets for NetworkSecurityPerimeter operations
- 'New-AzNetworkSecurityPerimeter'
- 'Get-AzNetworkSecurityPerimeter'
- 'Update-AzNetworkSecurityPerimeter'
- 'Remove-AzNetworkSecurityPerimeter'
- Cmdlets for NetworkSecurityPerimeter profile operations
- 'New-AzNetworkSecurityPerimeterProfile'
- 'Get-AzNetworkSecurityPerimeterProfile'
- 'Remove-AzNetworkSecurityPerimeterProfile'
- Cmdlets for NetworkSecurityPerimeter association operations
- 'New-AzNetworkSecurityPerimeterAssociation'
- 'Get-AzNetworkSecurityPerimeterAssociation'
- 'Update-AzNetworkSecurityPerimeterAssociation'
- 'Remove-AzNetworkSecurityPerimeterAssociation'
- Cmdlets for NetworkSecurityPerimeter access rule operations
- 'New-AzNetworkSecurityPerimeterAccessRule'
- 'Get-AzNetworkSecurityPerimeterAccessRule'
- 'Update-AzNetworkSecurityPerimeterAccessRule'
- 'Remove-AzNetworkSecurityPerimeterAccessRule'
- Cmdlets for NetworkSecurityPerimeter link operations
- 'New-AzNetworkSecurityPerimeterLink'
- 'Get-AzNetworkSecurityPerimeterLink'
- 'Update-AzNetworkSecurityPerimeterLink'
- 'Remove-AzNetworkSecurityPerimeterLink'
- Cmdlets for NetworkSecurityPerimeter link reference operations
- 'Get-AzNetworkSecurityPerimeterLinkReference'
- 'Remove-AzNetworkSecurityPerimeterLinkReference'
- Cmdlets for NetworkSecurityPerimeter logging configuration operations
- 'New-AzNetworkSecurityPerimeterLoggingConfiguration'
- 'Get-AzNetworkSecurityPerimeterLoggingConfiguration'
- 'Update-AzNetworkSecurityPerimeterLoggingConfiguration'
- 'Remove-AzNetworkSecurityPerimeterLoggingConfiguration'
- Cmdlet to get NetworkSecurityPerimeter associable resource types
- 'Get-AzNetworkSecurityPerimeterAssociableResourceType'
- Cmdlets for NetworkSecurityPerimeter operations
- Updated cmdlet to add the property of 'PartnerManagedResource', and updated corresponding cmdlets.
- 'Get-AzNetworkVirtualAppliance'
- Added cmdlet to retrieve boot diagnostic logs for a given NetworkVirtualAppliance VM instance:
- 'Get-AzNetworkVirtualApplianceBootDiagnostics'
- Added etag property to Azure Virtual Network Manager -> IpamPool, VerifierWorkspace data models
- Onboarded ExpressRoute cmdlets to manage Microsoft Peering Advertised prefix validation:
- 'Get-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig'
- 'Add-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig'
- 'Set-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig'
- 'Remove-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig'
- Updated cmdlets to support Advanced Connectivity feature for Azure VPN gateway.
- 'New-AzVirtualNetworkGateway'
- 'Get-AzVirtualNetworkGateway'
- 'Get-AzVirtualNetworkGatewayConnection'
- Deleted NetworkWatcher cmdlets for 'Classic' Connection Monitor
- 'Start-AzNetworkWatcherConnectionMonitor'
- 'Get-AzNetworkWatcherConnectionMonitorReport'
- Updated cmdlets to support topology-specific connectivity capabilities:
- 'New-AzNetworkManagerConnectivityConfiguration'
- 'Set-AzNetworkManagerConnectivityConfiguration'
- 'Get-AzNetworkManagerConnectivityConfiguration'
Az.Oracle 1.1.1
- Fixed module name in module metadata
Az.PostgreSql 1.3.0
- Added support for Geo-restore in 'Restore-AzPostgreSqlFlexibleServer' cmdlets.
- Automatically determined the paired region for the source server during geo-restore.
- Enhanced validation for private access and DNS zone configurations during restore operations.
Az.RecoveryServices 7.7.2
- Added fix for resume protection with AzureFileshare.
- Added fix for Get backup item for MSSQL soft deleted items.
- Added check to compare the VM resource group in the list of VMs returned for registration.
- Added RetainRecoveryPointsAsPerPolicy as MUA protected operation in Disable-AzRecoveryServicesBackupProtection cmdlet.
SHA256 Hashes of the release artifacts
- Az-Cmdlets-14.1.0.39806.tar.gz
- FFC8437BE4C14038386C93B7AF0E60D37DFDE3C441FA8DA0363BE05F58150992
Az.Accounts v5.0.1
https://www.powershellgallery.com/packages/Az.Accounts/5.0.1
- Force
Get-AzAccessToken
to always return SecureString as long asAsSecureString
is set
Az.Network v7.17.0
https://www.powershellgallery.com/packages/Az.Network/7.17.0
-
Added properties 'PublicIpAddressesV6', 'PublicIpPrefixesV6', and 'SourceVirtualNetwork' to NatGateway, as well as support for it for the following cmdlets:
New-AzNatGateway
Set-AzNatGateway
-
Added property 'DefaultPublicNatGateway' to VirtualNetwork.
-
Onboarded
Microsoft.FluidRelay/fluidRelayServers
to private link cmdlets -
Added cmdlet
Get-AzLoadBalancerRuleHealth
for Load Balancer Rule Health. -
Added property "EnableConnectionTracking" to Load Balancing Rule, as well as support for it for the following cmdlets:
Add-AzLoadBalancerRuleConfig
New-AzLoadBalancerRuleConfig
Set-AzLoadBalancerRuleConfig
-
Added cmdlet for migration of basic IP based deployment to Standard IP based VMSS deployments for VirtualNetworkGateways
New-AzVirtualNetworkGatewayMigrationParameter
Invoke-AzVirtualNetworkGatewayPrepareMigration
Invoke-AzVirtualNetworkGatewayExecuteMigration
Invoke-AzVirtualNetworkGatewayCommitMigration
Invoke-AzVirtualNetworkGatewayAbortMigration
-
Added cmdlets for CRUD operations of NetworkSecurityPerimeter service
- Cmdlets for NetworkSecurityPerimeter operations
New-AzNetworkSecurityPerimeter
Get-AzNetworkSecurityPerimeter
Update-AzNetworkSecurityPerimeter
Remove-AzNetworkSecurityPerimeter
- Cmdlets for NetworkSecurityPerimeter profile operations
New-AzNetworkSecurityPerimeterProfile
Get-AzNetworkSecurityPerimeterProfile
Remove-AzNetworkSecurityPerimeterProfile
- Cmdlets for NetworkSecurityPerimeter association operations
New-AzNetworkSecurityPerimeterAssociation
Get-AzNetworkSecurityPerimeterAssociation
Update-AzNetworkSecurityPerimeterAssociation
Remove-AzNetworkSecurityPerimeterAssociation
- Cmdlets for NetworkSecurityPerimeter access rule operations
New-AzNetworkSecurityPerimeterAccessRule
Get-AzNetworkSecurityPerimeterAccessRule
Update-AzNetworkSecurityPerimeterAccessRule
Remove-AzNetworkSecurityPerimeterAccessRule
- Cmdlets for NetworkSecurityPerimeter link operations
New-AzNetworkSecurityPerimeterLink
Get-AzNetworkSecurityPerimeterLink
Update-AzNetworkSecurityPerimeterLink
Remove-AzNetworkSecurityPerimeterLink
- Cmdlets for NetworkSecurityPerimeter link reference operations
Get-AzNetworkSecurityPerimeterLinkReference
Remove-AzNetworkSecurityPerimeterLinkReference
- Cmdlets for NetworkSecurityPerimeter logging configuration operations
New-AzNetworkSecurityPerimeterLoggingConfiguration
Get-AzNetworkSecurityPerimeterLoggingConfiguration
Update-AzNetworkSecurityPerimeterLoggingConfiguration
Remove-AzNetworkSecurityPerimeterLoggingConfiguration
- Cmdlet to get NetworkSecurityPerimeter associable resource types
Get-AzNetworkSecurityPerimeterAssociableResourceType
- Cmdlets for NetworkSecurityPerimeter operations
-
Updated cmdlet to add the property of
PartnerManagedResource
, and updated corresponding cmdlets.Get-AzNetworkVirtualAppliance
-
Added cmdlet to retrieve boot diagnostic logs for a given NetworkVirtualAppliance VM instance:
Get-AzNetworkVirtualApplianceBootDiagnostics
-
Added etag property to Azure Virtual Network Manager -> IpamPool, VerifierWorkspace data models
-
Onboarded ExpressRoute cmdlets to manage Microsoft Peering Advertised prefix validation:
Get-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig
Add-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig
Set-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig
Remove-AzExpressRouteCircuitMicrosoftPeeringPrefixConfig
-
Updated cmdlets to support Advanced Connectivity feature for Azure VPN gateway.
New-AzVirtualNetworkGateway
Get-AzVirtualNetworkGateway
Get-AzVirtualNetworkGatewayConnection
-
Deleted NetworkWatcher cmdlets for "Classic" Connection Monitor
Start-AzNetworkWatcherConnectionMonitor
Get-AzNetworkWatcherConnectionMonitorReport
-
Updated cmdlets to support topology-specific connectivity capabilities:
New-AzNetworkManagerConnectivityConfiguration
Set-AzNetworkManagerConnectivityConfiguration
Get-AzNetworkManagerConnectivityConfiguration