Skip to content

Az 10.4.0

Compare
Choose a tag to compare
@BethanyZhou BethanyZhou released this 21 Sep 06:08
1a4dbfc

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/10.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:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:10.4.0-ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:10.4.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:10.4.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:10.4.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:debian-10
  • mcr.microsoft.com/azure-powershell:10.4.0-debian-10
  • mcr.microsoft.com/azure-powershell:debian-11
  • mcr.microsoft.com/azure-powershell:10.4.0-debian-11
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:10.4.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.14
  • mcr.microsoft.com/azure-powershell:10.4.0-alpine-3.14
  • mcr.microsoft.com/azure-powershell:alpine-3.13
  • mcr.microsoft.com/azure-powershell:10.4.0-alpine-3.13

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-10.4.0.37719.tar.gz
    • 3D7DA77CF6F9CD147C2724766341466BD00AE1A240771844B8877C25D327617E

10.4.0 - September 2023

Az.Accounts 2.13.1

  • Added the module name in breaking change messages
  • Upgraded Microsoft.ApplicationInsights version from 2.13.1 to 2.18.0

Az.Cdn 3.1.1

  • Customized output property for 'Get-AzCdnEdgeNode' command

Az.ContainerInstance 3.2.2

  • Added breaking change warning message for 'Get/New/Remove-ContainerGroup', 'New-ContainerInstanceInitDefinitionObject', 'New-ContainerInstanceObject' [#22268]
    • Output properties starting with 'PreviouState' will be corrected to 'PreviousState'

Az.DataProtection 2.1.0

  • Added soft delete and MUA feature for Backup vaults

Az.KeyVault 4.12.0

  • Supported splitting 'Import-AzKeyVaultSecurityDomain' process into three steps to allow keys to be hidden offline.
    • Added 'DownloadExchangeKey', 'RestoreBlob' and 'ImportRestoredBlob' in 'Import-AzKeyVaultSecurityDomain'.

Az.RecoveryServices 6.6.0

  • Added support for custom RG with suffix while creating or modifying policy for workload type AzureVM.
  • Added TLaD warning https://aka.ms/TLaD for Azure Site Recovery and Backup.
  • Added support for setting AlwaysON soft delete state for recovery services vault.

Az.ResourceMover 1.2.0

  • Upgraded API version to 2023-08-01.
  • Improved error reporting to the customer using custom cmdlets to handle the error in a better manner.

Az.Resources 6.11.0

  • Supported 'TemplateParameterFile' to accept a '.bicepparam' file.
  • Fixed inexplicable error message when subscription and scope are neither provided in 'Get-AzRoleDefinition'. [#22716]

Az.SecurityInsights 3.1.0

  • Fixed parameters' issues for 'New-AzSentinelAlertRule' and 'Update-AzSentinelAlertRule' [#21181][#21217][#22318]

Az.StackHCI 2.2.0

  • Bug fixes for Attestation commands.
  • Added support for installing mandatory extensions on HCI OS 22H2 and removed confirmation prompt for consent.
  • Added ability to customize the location of logs generated during registration.
    • Custom log location can be specified by specifying an optional '-LogsDirectory' parameter in 'Register-AzStackHCI'.
    • 'Get-AzStackHCILogsDirectory' can be used to obtain the log location.
  • Increased retry count for setting up ARC integration.

Az.Storage 5.10.1

  • Added warning messages for an upcoming breaking change that the output Permissions will be changed to a string when creating and updating a Queue access policy
    • 'Get-AzStorageQueueStoredAccessPolicy'
    • 'Set-AzStorageQueueStoredAccessPolicy'