Azure PowerShell v5.1.0-November2020 Release Notes

Release Date: 2020-11-13 // over 3 years ago
  • ๐Ÿ“ฆ Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.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:ubuntu-18.04
    • mcr.microsoft.com/azure-powershell:5.1.0-ubuntu-18.04
    • mcr.microsoft.com/azure-powershell:debian-9
    • mcr.microsoft.com/azure-powershell:5.1.0-debian-9
    • mcr.microsoft.com/azure-powershell:centos-7
    • mcr.microsoft.com/azure-powershell:5.1.0-centos-7
    • mcr.microsoft.com/azure-powershell:alpine-3.10
    • mcr.microsoft.com/azure-powershell:5.1.0-alpine-3.10

    5.1.0 - November 2020

    Az.Accounts

    • ๐Ÿ›  Fixed an issue that TenantId may be not respected if using 'Connect-AzAccount -DeviceCode'[#13477]
    • โž• Added new cmdlet 'Get-AzAccessToken'
    • ๐Ÿ›  Fixed an issue that error happens if user profile path is inaccessible
    • ๐Ÿ›  Fixed an issue causing Write-Object error during Connect-AzAccount [#13419]
    • โž• Added parameter 'ContainerRegistryEndpointSuffix' to: 'Add-AzEnvironment', 'Set-AzEnvironment'
    • ๐Ÿ‘Œ Supported interrupting login by hitting CTRL+C
    • ๐Ÿ›  Fixed an issue causing 'Connect-AzAccount -KeyVaultAccessToken' not working [#13127]
    • ๐Ÿ›  Fixed null reference and method case insensitive in 'Invoke-AzRestMethod'

    Az.Aks

    • ๐Ÿ›  Fixed the issue that user cannot use service principal to create a new Kubernetes cluster. [#13012]

    Az.AppConfiguration

    • General availability of 'Az.AppConfiguration' module

    Az.DataFactory

    • ๐Ÿ‘Œ Improved error message of 'New-AzDataFactoryV2LinkedServiceEncryptedCredential' command

    Az.DataLakeStore

    Az.DesktopVirtualization

    • โž• Added new MSIX Package cmdlets and updated Applications cmdlets.

    Az.EventHub

    • ๐Ÿ›  Fixed Cluster commands for EventHub cluster without tags
    • โšก๏ธ Updated help text for PartnerNamespace of AzEventHubGeoDRConfiguration commands

    Az.HDInsight

    • โž• Add parameters 'ResourceProviderConnection' and 'PrivateLink' to cmdlet 'New-AzHDInsightCluster' to support relay outbound and private link feature
    • โž• Add parameter 'AmbariDatabase' to cmdlet 'New-AzHDInsightCluster' to support custom Ambari database feature
    • โž• Add accept value 'AmbariDatabase' to the parameter 'MetastoreType' of the cmdlet 'Add-AzHDInsightMetastore'

    Az.IotHub

    • ๐Ÿ‘ Allowed tags in IoT Hub create cmdlet.

    Az.KeyVault

    • ๐Ÿ‘Œ Supported updating key vault tag

    Az.LogicApp

    • ๐Ÿ›  Fixed for Get-AzLogicAppRunHistory only retrieving the first page of results

    Az.Network

    • โšก๏ธ Updated below cmdlet
      • 'New-AzLoadBalancerFrontendIpConfigCommand', 'Set-AzLoadBalancerFrontendIpConfigCommand', 'Add-AzLoadBalancerFrontendIpConfigCommand':
      • Added PublicIpAddressPrefix property
      • Added PublicIpAddressPrefixId property
    • โž• Added new properties to the following cmdlets to allow for global load balancing
      • 'New-AzLoadBalancer':
      • Added Sku Tier property
      • 'New-AzPuplicIpAddress':
      • Added Sku Tier property
      • 'New-AzPublicIpPrefix':
      • Added Sku Tier property
      • 'New-AzLoadBalancerBackendAddressConfig':
      • Added LoadBalancerFrontendIPConfigurationId property
    • โšก๏ธ Updated planning to deprecate warnings for the following cmdlets
      -'New-AzVirtualHubRoute'
      -'New-AzVirtualHubRouteTable'
      -'Add-AzVirtualHubRoute'
      -'Add-AzVirtualHubRouteTable'
      -'Get-AzVirtualHubRouteTable'
      ๐Ÿšš -'Remove-AzVirtualHubRouteTable'
    • โž• Added planning to deprecate warnings on the argument 'RouteTable' for the following cmdlets
      -'New-AzVirtualHub'
      -'Set-AzVirtualHub'
      โšก๏ธ -'Update-AzVirtualHub'
    • Made arguments '-MinScaleUnits' and '-MaxScaleUnits' optional in 'Set-AzExpressRouteGateway'
    • โž• Added new cmdlets to support Mutual Authentication and SSL Profiles on Application Gateway
      • 'Get-AzApplicationGatewayClientAuthConfiguration'
      • 'New-AzApplicationGatewayClientAuthConfiguration'
      • 'Remove-AzApplicationGatewayClientAuthConfiguration'
      • 'Set-AzApplicationGatewayClientAuthConfiguration'
      • 'Add-AzApplicationGatewayTrustedClientCertificate'
      • 'Get-AzApplicationGatewayTrustedClientCertificate'
      • 'New-AzApplicationGatewayTrustedClientCertificate'
      • 'Remove-AzApplicationGatewayTrustedClientCertificate'
      • 'Set-AzApplicationGatewayTrustedClientCertificate'
      • 'Add-AzApplicationGatewaySslProfile'
      • 'Get-AzApplicationGatewaySslProfile'
      • 'New-AzApplicationGatewaySslProfile'
      • 'Remove-AzApplicationGatewaySslProfile'
      • 'Set-AzApplicationGatewaySslProfile'
      • 'Get-AzApplicationGatewaySslProfilePolicy'
      • 'Remove-AzApplicationGatewaySslProfilePolicy'
      • 'Set-AzApplicationGatewaySslProfilePolicy'

    Az.RecoveryServices

    • Specifying policy BackupTime is in UTC.
    • โš  Modifying breaking change warning in Get-AzRecoveryServicesBackupJobDetails cmdlet.
    • โšก๏ธ Updating sample script help text for Set-AzRecoveryServicesBackupProtectionPolicy cmdlet.

    Az.Resources

    • ๐Ÿ›  Fixed an issue where What-If shows two resource group scopes with different casing
    • โšก๏ธ Updated 'Export-AzResourceGroup' to use the SDK.
    • โž• Added culture info to parse methods

    Az.Sql

    • ๐Ÿ›  Fixed issues where Set-AzSqlDatabaseAudit were not support Hyperscale database and database edition cannot be determined
    • โž• Added MaintenanceConfigurationId to 'New-AzSqlInstance' and 'Set-AzSqlInstance'
    • ๐Ÿ›  Fixed a bug in GetAzureSqlDatabaseReplicationLink.cs where PartnerServerName parameter was being checked for by value instead of key

    Az.Websites

    • โž• Added support for new access restriction features: ServiceTag, multi-ip and http-headers

    Thanks to our community contributors

    • John Q. Martin (@johnmart82), Adding firewall prerequisite information (#13385)
    • Manikandan Duraisamy (@madurais-msft), Corrected the PublicSubnetName argument (#13417)
    • โšก๏ธ @mahortas, Update for -HostNames parameter values (#13349)
    • ๐Ÿ“ˆ @MariachiForHire, added supported TrafficAnalyticsInterval values (#13304)
    • Michael James (@mikejwhat), Allow Get-AzLogicAppRunHistory to return more than 30 entries (#13393)
    • โšก๏ธ Shashikant Shakya (@shshakya), Update Restore-AzSqlInstanceDatabase.md (#13404)