Skip to content

Az 7.2.0

Compare
Choose a tag to compare
@wyunchi-ms wyunchi-ms released this 04 Feb 14:43
e50e676

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/7.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:ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:7.2.0-ubuntu-18.04
  • mcr.microsoft.com/azure-powershell:debian-9
  • mcr.microsoft.com/azure-powershell:7.2.0-debian-9
  • mcr.microsoft.com/azure-powershell:centos-7
  • mcr.microsoft.com/azure-powershell:7.2.0-centos-7
  • mcr.microsoft.com/azure-powershell:alpine-3.10
  • mcr.microsoft.com/azure-powershell:7.2.0-alpine-3.10

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-7.2.0.35201.tar.gz
    • 1CE0C41A59BC32B017C8E49C3538E8E24996846CEEF0821DCC49ABB66E9DC90D

7.2.0 - February 2022

Az.Accounts

  • Removed legacy assembly System.Private.ServiceModel and System.ServiceModel.Primitives [#16063]

Az.Aks

  • Fixed the typo in 'New-AzAksCluster' [#16733]

Az.Compute

  • Remove ProvisioningDetails property from PSRestorePoint object.
  • Updated 'Set-AzVmExtension' cmdlet to properly display '-Name' and '-Location' parameters as mandatory.
  • Edited 'New-AzVmssConfig' second example so it runs successfully by changing the Tag input to the correct format.
  • Added 'Hibernate' parameter to 'Stop-AzVm' cmdlet.
  • Added 'HibernationEnabled' parameter to 'New-AzVm', 'New-AzVmConfig', and 'Update-AzVm' cmdlets.
  • Added 'EnableHotpatching' parameter to the 'Set-AzVmssOSProfile' cmdlet.
  • Added 'ForceDeletion' parameter to Remove-AzVM and Remove-AzVMSS.

Az.DataFactory

  • Updated ADF .Net SDK version to 5.1.0

Az.EventHub

  • Added public network access to the 'Set-AzEventHubNetworkRuleSet' set cmdlet
  • Added 'New-AzEventHubSchemaGroup', 'Remove-AzEventHubSchemaGroup' and 'Get-AzEventHubSchemaGroup' in the eventhubs PS.

Az.HealthcareApis

  • HealthcareApis cmdlets will bump up API version which may introduce breaking change. Please contact us for more information.

Az.KeyVault

  • Improved the error message of Az.KeyVault.Extension [#16798]
  • Added default access policies for Key Vault key as 'All but purge'
  • Absorbed KeyOps from parameter when importing key from certificate on managed HSM [#16773]
  • Fixed a bug when updating key operations on managed HSM [#16774]
  • Fixed the issue when importing no-password certificate [#16742]

Az.OperationalInsights

  • Added logic to prevent exceptions while using 'StorageInsight' cmdlets.

Az.PolicyInsights

  • Added support for new remediation properties allowing the remediation of more resources with better control over the remediation rate and error handling
  • Added support of fetching very large sets of results by internally using paginated API calls for policy states and policy events commands

Az.RecoveryServices

  • Reverted the configure backup per policy limit for VMs from 1000 to 100. This limit was previously relaxed but as Azure portal has a limit of 100 VMs per policy, we are reverting this limit.
  • Added support for multiple backups per day for FileShares.
  • Segregated some of the CRR and non-CRR flows based on the SDK update.
  • Add EdgeZone parameter to Azure Site recovery service cmdlet 'New-AzRecoveryServicesAsrRecoveryPlan'

Az.Resources

  • Added proeprties 'onPremisesLastSyncDateTime', 'onPremisesSyncEnabled' to 'User' object [#16892]
  • Added additional properties when creating request for 'New-AzADServicePrincipal' and 'Update-AzADServicePrincipal' [#16847] [#16841]
  • Fixed 'DisplayName' and 'ApplicationId' for 'New-AzADAppCredential' [#16764]
  • Enabled password reset for 'Update-AzADUser' [#16869]
  • Updated parameter name 'EnableAccount' to 'AccountEnabled', and added alias 'EnableAccount' for 'Update-AzADUser' [#16753] [#16795]
  • Fixed 'Set-AzPolicyAssignment' does not remove 'notScope' if empty [#15828]

Az.ServiceBus

  • Added support to Enable or Disable Public Network Access as optional parameter 'PublicNetworkAccess' to 'Set-AzServiceBusNetworkRuleSet'
  • Fixed 'Set-AzServiceBusNamespace' with Tags

Az.Sql

  • Deprecation of Get-AzSqlDatabaseTransparentDataEncryptionActivity cmdlet
  • Fixed cmdlets for Azure Active Directory Admin 'AzureSqlServerActiveDirectoryAdministratorAdapter' and 'AzureSqlInstanceActiveDirectoryAdministratorAdapter' migrate from 'AzureEnvironment.Endpoint.AzureEnvironment.Endpoint.Graph' to 'AzureEnvironment.ExtendedEndpoint.MicrosoftGraphUrl'

Az.StackHCI

  • Adding support cmdlet for Remote Support
    • New cmdlets - Install-AzStackHCIRemoteSupport, Remove-AzStackHCIRemoteSupport, Enable-AzStackHCIRemoteSupport, Disable-AzStackHCIRemoteSupport, Get-AzStackHCIRemoteSupportAccess,Get-AzStackHCIRemoteSupportSessionHistory

Az.Storage

  • Fixed the issue that output number in console when update/copy blob sometimes [#16783]
    • 'Set-AzStorageBlobContent'
    • 'Copy-AzStorageBlob'
  • Updated help file, added more description for the asynchronous blob copy.
    • 'Start-AzStorageBlobCopy'

Az.TrafficManager

  • Added two new optional parameters 'MinChildEndpointsIPv4' and 'MinChildEndpointsIPv6' for nested endpoints

Az.Websites

  • Updated 'New-AzAppServicePlan' to create an app service plan with host environment id #16094

Thanks to our community contributors