Skip to content

Releases: Azure/azure-powershell

Az.ArtifactSigning v0.1.0

10 Feb 06:02

Choose a tag to compare

Az 15.3.0

29 Jan 02:42

Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/15.3.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:15.3.0-alpine-3.21
  • mcr.microsoft.com/azure-powershell:alpine-3.22
  • mcr.microsoft.com/azure-powershell:15.3.0-alpine-3.22
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:15.3.0-debian-12
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:15.3.0-azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:15.3.0-azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:ubuntu-24.04
  • mcr.microsoft.com/azure-powershell:15.3.0-ubuntu-24.04

Release Notes

Az.Aks 7.1.1

  • Fixed the default SSH key generation logic in 'New-AzAksCluster' to enforce RSA key type (instead of ed25519 that became the default in OpenSSH 9.4 and above)

Az.Compute 11.3.0

  • Compute SDK generation updates:
    • Generation now uses autorest.powershell, replacing deprecated track 1 SDK.
    • Removed local swagger files and replaced references with remote swagger files.
  • Added new cmdlets for Availability Set to Virtual Machine Scale Set (VMSS) Flex migration (Public Preview)
    • 'Convert-AzAvailabilitySet': Converts an Availability Set to a new Flexible Virtual Machine Scale Set without downtime
    • 'Test-AzAvailabilitySetMigration': Validates that VMs in an Availability Set can be migrated to a VMSS
    • 'Start-AzAvailabilitySetMigration': Starts migration of an Availability Set to an existing Flexible VMSS
    • 'Stop-AzAvailabilitySetMigration': Cancels a migration operation on an Availability Set
    • 'Move-AzVirtualMachineToVmss': Migrates a VM from an Availability Set to a Flexible VMSS

Az.DataProtection 2.9.0

  • Added support for Data Protection Platform vault soft delete feature

Az.Functions 4.3.1

  • Fixed cloud portability by using dynamic endpoints for storage [#29034]

Az.Network 7.25.0

  • Added '-IpVersionType' parameter to 'New-AzPrivateEndpoint' cmdlet to specify the IP version type for private IPs of the private endpoint. Allowed values are IPv4, IPv6, or DualStack.
  • Added new cmdlets for VirtualNetworkAppliance resource:
    • 'Get-AzVirtualNetworkAppliance': Get a Virtual Network Appliance resource by name, resource group, or list all.
    • 'New-AzVirtualNetworkAppliance': Create a new Virtual Network Appliance resource.
    • 'Remove-AzVirtualNetworkAppliance': Remove a Virtual Network Appliance resource.
    • 'Update-AzVirtualNetworkAppliance': Update tags on a Virtual Network Appliance resource.

Az.RecoveryServices 7.11.1

  • Added Cross region restore support for upcoming regions IndiaSouthCentral

Az.Resources 9.0.1

  • Fixed issue where the PowerShell console would close when using Resources module cmdlets without being logged in. Github Issue link.
  • Fixed 'Remove-AzRoleDefinition' displaying incorrect confirmation message (unformatted placeholder) and empty GUID as target when using '-Confirm' or '-WhatIf' with the '-Name' parameter [#29075]
  • Added breaking change preannouncement for 'PSRoleDefinition' type changes in Az.Resources 10.0.0 [#29058]
    • The flattened properties 'Actions', 'NotActions', 'DataActions', 'NotDataActions', 'Condition', and 'ConditionVersion' will be removed from 'PSRoleDefinition'
    • Use 'Permissions[n].Actions', 'Permissions[n].DataActions', etc. instead to access the full permission structure with per-permission conditions
    • Affects output for 'Get-AzRoleDefinition', 'New-AzRoleDefinition', 'Set-AzRoleDefinition', and 'Remove-AzRoleDefinition' (with '-PassThru')
    • Affects input format for 'New-AzRoleDefinition' and 'Set-AzRoleDefinition' cmdlets
    • Affects '-InputObject' parameter for 'Remove-AzRoleDefinition' cmdlet

Az.SignalR 2.3.3

Az.StackHCI 2.6.6

  • Improved cloud deployment detection during Azure Arc repair operations to prevent duplicate enablement attempts and ensure smoother deployment experiences.
  • Added ability to register in custom Azure Environments
  • Fixed issue where Arc enablement was incorrectly triggered during repair registration for cloud deployments

Az.Storage 9.6.0

  • Supported encryption in transit in file service properties
    • 'Update-AzStorageFileServiceProperty'
  • When users input TLS 1.0 or TLS 1.1 to create or update a Storage account, automatically upgrade to TLS 1.2
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'
  • Added breaking change warnings for TLS 1.0 and TLS 1.1 deprecation when creating or updating a Storage account
    • 'New-AzStorageAccount'
    • 'Set-AzStorageAccount'

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-15.3.0.40553.tar.gz
    • ED19AEFC108222E0929977325E51EE199E1F7B2D3BEE9558D1E5F85D0D6059AE

Az.Storage v9.5.1-preview

23 Jan 08:27
781a5bb

Choose a tag to compare

Pre-release

https://www.powershellgallery.com/packages/Az.Storage/9.5.1-preview

  • Supported publishing IPv6 endpoints when creating/updating a storage account and IPv6 rules in network rule set
    • New-AzStorageAccount
    • Set-AzStorageAccount
    • Get-AzStorageAccountNetworkRuleSet
    • Add-AzStorageAccountNetworkRule
    • Remove-AzStorageAccountNetworkRule
    • Update-AzStorageAccountNetworkRuleSet
  • Supported user delegation SAS + bearer token authentication in Blob, DatalakeGen2, File, Queue service.
    • New-AzStorageContext
    • New-AzStorageBlobSASToken
    • New-AzStorageContainerSASToken
    • New-AzDataLakeGen2SASToken
    • New-AzStorageFileSASToken
    • New-AzStorageQueueSASToken
    • New-AzStorageShareSASToken

Az.StackHCI v2.6.6

22 Jan 08:43

Choose a tag to compare

https://www.powershellgallery.com/packages/Az.StackHCI/2.6.6

  • Improved cloud deployment detection during Azure Arc repair operations to prevent duplicate enablement attempts and ensure smoother deployment experiences.
  • Added ability to register in custom Azure Environments
  • Fixed issue where Arc enablement was incorrectly triggered during repair registration for cloud deployments

Az 15.2.0

10 Jan 12:34

Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/15.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.21
  • mcr.microsoft.com/azure-powershell:15.2.0-alpine-3.21
  • mcr.microsoft.com/azure-powershell:alpine-3.22
  • mcr.microsoft.com/azure-powershell:15.2.0-alpine-3.22
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:15.2.0-debian-12
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:15.2.0-azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:15.2.0-azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:ubuntu-24.04
  • mcr.microsoft.com/azure-powershell:15.2.0-ubuntu-24.04

Release Notes

Az.Accounts 5.3.2

  • 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 7.1.0

  • 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 4.0.1

  • 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 11.2.0

  • 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 5.0.1

  • Fixed '-ExposeToken' with 'Connect-AzContainerRegistry'
  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.CosmosDB 1.19.1

  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.DataFactory 1.19.7

  • Added more support for Jira V2 (Jira Version 2) and Netezza V2 (Netezza Version 2) connection properties.

Az.DataLakeStore 1.5.2

  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.FrontDoor 2.1.0

  • Fixed New-AzFrontDoorWafManagedRuleOverrideObject issue.

Az.KeyVault 6.4.2

  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.MachineLearningServices 1.3.0

Az.Migrate 2.11.0

  • Updated DefaultCrashConsistentFrequencyInMinutes and DefaultAppConsistentFrequencyInMinutes to align with Azure Portal UX for Replication Policy
  • 'New-AzMigrateLocalServerReplication'

Az.NetAppFiles 1.0.0

  • Updated Azure.Core from 1.47.3 to 1.50.0
  • General availability for module Az.NetAppFiles

Az.Network 7.24.1

  • Onboarded 'Microsoft.Security/privateLinks' to Private Link Common Cmdlets

Az.PolicyInsights 1.7.3

  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.RecoveryServices 7.11.0

  • 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 2.3.2

  • Updated Azure.Core from 1.47.3 to 1.50.0

Az.Sql 6.4.0

  • 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 2.6.5

  • ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.
  • Resolved double hop authentication issue.

Az.Storage 9.5.0

  • 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 3.2.4

  • Updated Azure.Core from 1.47.3 to 1.50.0

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-15.2.0.40510.tar.gz
    • 0A5403193308943E2DA6E1B1EA6D2FC3BC79BC6B15325AD25595AE50256BF5BF

Az.DeviceRegistry v1.0.1-preview

22 Dec 05:59
2c256b7

Choose a tag to compare

Pre-release

https://www.powershellgallery.com/packages/Az.DeviceRegistry/1.0.1-preview

  • Public preview release of API version 2025-11-01-preview for Az.DeviceRegistry.

Az.StackHCI v2.6.5

05 Dec 01:19

Choose a tag to compare

https://www.powershellgallery.com/packages/Az.StackHCI/2.6.5

  • ARC Enablement of Nodes Before Triggering Registration in New Registration Flow.

Az 15.1.0

27 Nov 06:33

Choose a tag to compare

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/15.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.21
  • mcr.microsoft.com/azure-powershell:15.1.0-alpine-3.21
  • mcr.microsoft.com/azure-powershell:alpine-3.22
  • mcr.microsoft.com/azure-powershell:15.1.0-alpine-3.22
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:15.1.0-debian-12
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:15.1.0-azurelinux-3.0
  • mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:15.1.0-azurelinux-3.0-arm64
  • mcr.microsoft.com/azure-powershell:ubuntu-24.04
  • mcr.microsoft.com/azure-powershell:15.1.0-ubuntu-24.04

Release Notes

Az.AppConfiguration 2.0.1

  • Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
    • Fixed 'NextLink' property to give absolute URI, allowing subsequent pages of results to be retrieved.

Az.Compute 11.1.0

  • Added '-ResiliencyView' parameter to 'Get-AzVmssVM' cmdlet
    • Retrieves the resilient VM deletion status for Virtual Machine Scale Set (VMSS) VMs
    • Indicates whether automatic delete retries are in progress, failed, or not started
    • Supports monitoring the real-time status of the Resilient Delete feature

Az.CosmosDB 1.19.0

  • Added fleet management support for Cosmos DB accounts.
  • Added support for priority based execution.

Az.ElasticSan 1.6.0

  • Reverted changes for auto scale, pre-backup, and pre-restore
    • 'New-AzElasticSan'
    • 'Update-AzElasticSan'
    • 'Test-AzElasticSanVolumeBackup'
    • 'Test-AzElasticSanVolumeRestore'

Az.Functions 4.3.0

  • Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)
  • Added a new cmdlet Get-AzFunctionAppFlexConsumptionRuntime to retrieve Flex Consumption runtimes for a specified location
  • Added a new parameter set to New-AzFunctionApp to support Flex Consumption function apps [#24349]
  • Refreshed stack definitions

Az.Network 7.24.0

  • Added support for 'RecordType' property in 'New-AzNetworkWatcherFlowLog' and 'Set-AzNetworkWatcherFlowLog' cmdlets.
  • Added property 'NvaInterfaceConfiguration' to Network Virtual Appliances, as well as support for them in following cmdlets:
    • 'New-AzNetworkVirtualAppliance'
    • 'Get-AzNetworkVirtualAppliance'
  • Added cmdlet to take the NvaInterfaceConfigurations properties on the Network Virtual Appliance:
    • 'New-AzNvaInterfaceConfiguration' to build individual interface configuration for network virtual appliance.
  • Removed the None from the accepted value for the property 'Sensitivity'
    • Updated 'New-AzApplicationGatewayFirewallPolicyManagedRuleOverride' cmdlet

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-15.1.0.40456.tar.gz
    • AB6BC1DD76CB4E12368C24EACAADC978DB30CB8433AC3C71889CA78C1310622D

Az.DesktopVirtualization v5.4.5-preview

25 Nov 07:41
82c77e4

Choose a tag to compare

Az.Functions v4.3.0

21 Nov 05:24

Choose a tag to compare

https://www.powershellgallery.com/packages/Az.Functions/4.3.0

  • Added FlexConsumption support to Get-AzFunctionAppAvailableLocation, which returns a list of regions that supported Flex Consumption, including locations supporting zone redundancy (currently applied only to Flex Consumption)