Skip to content

Az 9.6.0

Compare
Choose a tag to compare
@VeryEarly VeryEarly released this 31 Mar 03:42
c6c7088

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

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-9.6.0.37108.tar.gz
    • EE109D9BA86BA096D7B8C2053B80AE9194504D4E69F9C6580D2B1FD8E85EF696

9.6.0 - April 2023

Az.Aks 5.3.2

  • Fixed the issue that system variable 'True' is undefined in 'Windows PowerShell'.
  • Decoupled AutoMapper dependency, replaced with AdapterHelper.

Az.Batch 3.4.0

  • Added new property 'Encryption' of type 'EncryptionProperties' to 'AccountCreateParameters'.
    • Configures how customer data is encrypted inside the Batch account.

Az.Billing 2.0.1

  • Fixed pagination for 'Get-AzConsumptionPriceSheet' cmdlet

Az.CognitiveServices 1.13.1

  • Removed notice and attestation from 'New-AzCognitiveServicesAccount'.

Az.Compute 5.7.0

  • Addressed bug in 'Remove-AzVmss' to throw error when '-InstanceId' is null. [#21162]
  • Added '-CustomData', '-AdminPassword', and '-ExactVersion' parameters to 'Invoke-AzVMReimage'.
  • Removed the image alias 'CoreOS' as the publisher CoreOS no longer has any images for Azure.
    Updated the names of the 'openSUSE-Leap' and 'SLES' aliases to 'OpenSuseLeap154' and 'SuseSles15SP4' respectively. Updated these aliases to point to an image that actually exists.
  • Added a breaking change warning to 'New-AzVM' and 'New-AzVmss' for future planned image alias removals due to the images reaching their End of Support date.
  • Added new descriptive and versioned alias names for the Linux image aliases, including a new alias for the 'Kinvolk' publisher.

Az.ContainerRegistry 3.0.3

  • Added breaking change attributes for cmdlets

Az.CosmosDB 1.10.0

  • Introduced restorable apis support for Gremlin and Table, which includes:
    • Added the apis for RestorableGremlinDatabases, RestorableGremlinGraphs, RestorableGremlinResources,RestorableTables, RestorableResources.
    • Added RetrieveContinuousBackupInfo apis for Gremlin and Table which help in determining the restore point of time and the resources to restore.
    • Added GremlinDatabasesToRestore and TablesToRestore field to provision and restore database account api.
    • Added StartTime and EndTime support for listing restorable containers event feed.

Az.DataProtection 1.2.0

  • Added support for AKS workload with Backup Vaults
  • Added support for 'Set-AzDataProtectionMSIPermission' during restore with AKS workload

Az.EventGrid 1.6.0

  • Added fix for DeliveryAttributeMapping
  • Added validation for StorageQueueTtl

Az.EventHub 3.2.3

  • Added upcoming breaking change notifications for Az.EventHub module.

Az.Kusto 2.2.0

  • Added cmdlet 'Get-AzKustoSku'
  • Added parameter 'CallerRole' for cmdlet 'AzKustoDatabase' and 'Update-AzKustoDatabase'
  • Added support for new data connection kind 'CosmosDb' for cmdlet 'New-AzKustoDataConnection' and 'Update-AzKustoDataConnection'
  • Added parameters 'DatabaseNameOverride' 'DatabaseNamePrefix' 'TableLevelSharingPropertyFunctionsToInclude' 'TableLevelSharingPropertyFunctionsToExclude' for cmdlet 'New-AzKustoAttachedDatabaseConfiguration'

Az.Network 5.6.0

  • Updated 'New-AzLoadBalancer' and 'Set-AzLoadBalancer' to validate surface level parameters for global tier load balancers
  • Added property 'AuthorizationStatus' to ExpressRouteCircuit
  • Added property 'BillingType' to ExpressRoutePort
  • Added support for connection flushing in network security group which when enabled, re-evaluates flows when rules are updated
    • 'New-AzNetworkSecurityGroup'
  • Added support for state in WAF Custom Rule
  • Added 'New-AzGatewayCustomBgpIpConfigurationObject' command
  • Updated 'New-AzVirtualNetworkGatewayConnection', 'Set-AzVirtualNetworkGatewayConnection' and 'New-AzVpnSiteLinkConnection' to support GatewayCustomBgpIpConfiguration.
  • Updated 'Reset-AzVpnGateway' to support IpConfigurationId.
  • Blocked some regions when creating/updating Basic Sku firewall
  • Fixed bugs related to auto learn IP prefixes and Snat
  • Updated multi-auth to be supported when both OpenVPN and IkeV2 protocols are used for VNG and VWAN VPN

Az.Resources 6.6.0

  • Fixed an issue when running the 'New-AzManagementGroup' command where it tried to cast an async operation as a Management Group. [#21000]
  • Fixed an issue when running 'Get-AzResourceGroup -Name 'some_name'', it ignores '-Location' if specified[#21225]

Az.ServiceBus 2.2.1

  • Added upcoming breaking change notifications for Az.ServiceBus module.

Az.Sql 4.5.0

  • Added a new cmdlet to refresh external governance status
    • 'Invoke-AzSqlServerExternalGovernanceStatusRefresh'

Az.SqlVirtualMachine 1.1.1

  • Added breaking change notification for cmdlets to be removed and parameters to be changed.
    • Cmdlet 'New-AzSqlVMConfig' will be removed.
    • Cmdlet 'Set-AzSqlVMConfigGroup' will be removed.
    • Cmdlet 'Update-AzAvailabilityGroupListener' will be removed.
    • Parameter 'SqlVM' will be removed from cmdlet 'New-AzSqlVM'.
    • Parameter 'SqlVMGroupObject' will be removed from cmdlet 'Get-AzAvailabilityGroupListener' and 'Remove-AzAvailabilityGroupListener'.
    • Parameter alias 'SqlVM' will be removed from 'InputObject' of cmdlet 'Remove-AzSqlVM'.
    • Parameter alias 'SqlVMGroup' will be removed from 'InputObject' of cmdlet 'Update-AzSqlVMGroup' and 'Remove-AzSqlVMGroup'.
  • Added breaking change notification for SqlManagementType

Az.Storage 5.5.0

  • Supported create storage account with DnsEndpointType
    • 'New-AzStorageAccount'
  • Fixed file cmdlets potential context issue when the current context doesn't match with the credential of input Azure File object
    • 'Close-AzStorageFileHandle'
    • 'Get-AzStorageFile'
    • 'Get-AzStorageFileContent'
    • 'Get-AzStorageFileHandle'
    • 'New-AzStorageDirectory'
    • 'New-AzStorageFileSASToken'
    • 'Remove-AzStorageDirectory'
    • 'Remove-AzStorageFile'
    • 'Remove-AzStorageShare'
    • 'Set-AzStorageFileContent'
    • 'Set-AzStorageShareQuota'
    • 'Start-AzStorageFileCopy'

Az.Websites 2.14.0

  • Fixed 'Edit-AzWebAppBackupConfiguration' to pass backup configuration enabled or not
  • Added a new parameter '-SoftRestart' for 'Restart-AzWebApp' and 'Restart-AzWebApp' to perform a soft restart
  • Updated 'Get-AzWebApp' and 'Get-AzWebAppSlot' to expose 'VirtualNetwork Integration Info' [#10665]
  • Set default value for '-RepositoryUrl' of 'New-AzStaticWebApp' [#21202]

Thanks to our community contributors