github Azure/azure-powershell v4.5.0-August2020
4.5.0

latest releases: v11.6.0-April2024, Az.Marketplace-v0.4.0, Az.Accounts-v2.18.0-preview...
3 years ago

Gallery Module for Azure PowerShell : link

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:4.5.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:4.5.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:4.5.0-centos-7

4.5.0 - August 2020

Az.Accounts

  • Updated 'Connect-AzAccount' to accept parameter 'MaxContextPopulation' [#9865]
  • Updated SubscriptionClient version to 2019-06-01 and display tenant domains [#9838]
  • Supported home tenant and managedBy tenant information of subscription
  • Corrected module name, version info in telemetry data
  • Adjusted SqlDatabaseDnsSuffix and ServiceManagementUrl if environment metadata endpoint returns incompatible value

Az.Aks

  • Removed 'ClientIdAndSecret' to 'ServicePrincipalIdAndSecret' and set 'ClientIdAndSecret' as an alias [#12381].
  • Removed 'Get-AzAks'/'New-AzAks'/'Remove-AzAks'/'Set-AzAks' to 'Get-AzAksCluster'/'New-AzAksCluster'/'Remove-AzAksCluster'/'Set-AzAksCluster' and set the original ones as alias [#12373].

Az.ApiManagement

  • Added new 'Add-AzApiManagementApiToGateway' cmdlet.
  • Added new 'Get-AzApiManagementGateway' cmdlet.
  • Added new 'Get-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'Get-AzApiManagementGatewayKey' cmdlet.
  • Added new 'New-AzApiManagementGateway' cmdlet.
  • Added new 'New-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'New-AzApiManagementResourceLocationObject' cmdlet.
  • Added new 'Remove-AzApiManagementApiFromGateway' cmdlet.
  • Added new 'Remove-AzApiManagementGateway' cmdlet.
  • Added new 'Remove-AzApiManagementGatewayHostnameConfiguration' cmdlet.
  • Added new 'Update-AzApiManagementGateway' cmdlet.
  • Added new optional [-GatewayId] parameter to the 'Get-AzApiManagementApi' cmdlet.

Az.CognitiveServices

  • Used 'Deny' specifically as NetworkRules default action.

Az.FrontDoor

  • Fixed an issue where an exception is being thrown when Enum.Parse tries to coerce a null value to an Enabled or Disabled enum values [#12344]

Az.HDInsight

  • Supported creating cluster with encryption in transit feature.
    • Add new parameter 'EncryptionInTransit' to the cmdlet 'New-AzHDInsightCluster'
    • Add new parameter 'EncryptionInTransit' to the cmdlet 'New-AzHDInsightClusterConfig'
  • Supported creating cluster with private link feature:
    • Add new parameter 'PublicNetworkAccessType' and 'OutboundPublicNetworkAccessType' to the cmdlet 'New-AzHDInsightCluster'
    • Add new parameter 'PublicNetworkAccessType' and 'OutboundPublicNetworkAccessType' to the cmdlet 'New-AzHDInsightClusterConfig'
  • Returned virtual network information when calling 'New-AzHDInsightCluster' or 'Get-AzHDInsightCluster'

Az.Network

  • Added support for AddressPrefixType parameter to 'Remove-AzExpressRouteCircuitConnectionConfig'
  • Added non-breaking changes: PeerAddressType functionality for Private Peering in 'Remove-AzExpressRouteCircutPeeringConfig'.
  • Code changed to ignore case for AddressPrefixType and PeerAddressType parameter.
  • Modified the warning message for 'New-AzLoadBalancerFrontendIpConfig', 'New-AzPublicIpAddress' and 'New-AzPublicIpPrefix'.

Az.OperationalInsights

  • Added '-ForceDelete' option for 'Remove-AzOperationalInsightsworkspace'
  • Added new cmdlet 'Get-AzOperationalInsightsDeletedWorkspace'
  • Added new cmdlet 'Restore-AzOperationalInsightsWorkspace'

Az.RecoveryServices

  • Improved the Azure Backup container/item discovery experience.

Az.Resources

  • Added properties 'Condition', 'ConditionVersion' and 'Description' to 'New-AzRoleAssignment'
    • This included all the relevant changes to the data models

Az.Sql

  • Fixed potential server name case insensitive error in 'New-AzSqlServer' and 'Set-AzSqlServer'
  • Fixed wrong database name returned on existing database error in 'New-AzSqlDatabaseSecondary'

Az.Storage

  • Supported create container/blob Sas token with new permission x,t
    • 'New-AzStorageBlobSASToken'
    • 'New-AzStorageContainerSASToken'
  • Supported create account Sas token with new permission x,t,f
    • 'New-AzStorageAccountSASToken'
  • Supported get single file share usage
    • 'Get-AzRmStorageShare'

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.