github Azure/azure-powershell v6.3.0-August2021
Az v6.3.0

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

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

6.3.0 - August 2021

Az.Accounts

  • Disabled context auto saving when token cache persistence fails on Windows and macOS
  • Added PowerShell version into telemetry record
  • Upgraded Microsoft.ApplicationInsights from 2.4.0 to 2.12.0
  • Updated Azure.Core to 1.16.0

Az.Aks

  • Added 'Start-AzAksCluster', 'Stop-AzAksCluster', 'Get-AzAksUpgradeProfile' and 'Get-AzAksNodePoolUpgradeProfile'. [#14194]
  • Added property 'IdentityProfile' in the output of 'Get-AzAksCluster'. [#12546]

Az.CognitiveServices

  • [Breaking Change] Changed type of PSCognitiveServicesAccount.Identity.Type from IdentityType to ResourceIdentityType.
  • [Breaking Change] Changed type of PSCognitiveServicesAccount.Sku.Tier from SkuTier to string.
  • [Breaking Change] Removed ActionRequired from PrivateLinkServiceConnectionState.
  • Updated PowerShell to use 2021-04-30 version.
  • Added 'Undo-AzCognitiveServicesAccountRemoval' cmdlet.
  • Added parameters '-RestrictOutboundNetworkAccess', '-AllowedFqdnList', '-DisableLocalAuth', '-KeyVaultIdentityClientId', '-IdentityType', '-UserAssignedIdentityId' to 'New-AzureCognitiveServicesAccount' and 'Set-AzureCognitiveServicesAccount'.
  • Added parameters '-InRemovedState', '-Location' to 'Remove-AzureCognitiveServicesAccount' and 'Get-AzureCognitiveServicesAccount'.

Az.Compute

  • Fixed the warning in 'New-AzVM' cmdlet stating the sku of the VM is being defaulted even if a sku size is provided by the user. Now it only occurs when the user does not provide a sku size.
  • Edited 'Set-AzVmOperatingSystem' cmdlet to no longer overwrite any existing EnableAutomaticUpdates value on the passed in virtual machine if it exists.
  • Updated Compute module to use the latest .Net SDK version 48.0.0.
  • Added new cmdlets for the Capacity Reservation Feature:
    • 'New-AzCapacityReservationGroup'
    • 'Remove-AzCapacityReservationGroup'
    • 'Get-AzCapacityReservationGroup'
    • 'New-AzCapacityReservation'
    • 'Remove-AzCapacityReservation'
    • 'Get-AzCapacityReservation'
  • Added a new parameter '-CapacityReservationGroupId' to the following cmdlets:
    • 'New-AzVm'
    • 'New-AzVmConfig'
    • 'New-AzVmss'
    • 'New-AzVmssConfig'
    • 'Update-AzVm'
    • 'Update-AzVmss'

Az.DataFactory

  • Updated ADF .Net SDK version to 4.21.0

Az.Migrate

  • Added SQL Server license type.
  • Added CRN feature.
  • Added resource tags feature.
  • Updated to 2021-02-10 api version.

Az.Monitor

  • Added parameter 'ResourceGroupName' back for 'Add-AzAutoscaleSetting' parameter set 'AddAzureRmAutoscaleSettingUpdateParamGroup' and made it optional [#15491]

Az.RecoveryServices

  • Added Archive for V1 vaults.
  • Added ProtectedItemsCount in Get-AzRecoveryServicesBackupProtectionPolicy.
  • Azure site recovery bug fix for azure to azure in update vm properties.

Az.RedisCache

  • Added 'RedisVersion' parameter in 'New-AzRedisCache' and 'Set-AzRedisCache'

Az.Resources

  • Fixed bug with 'PSResource' where some constructors left 'SubscriptionId' property unassigned/null. [#10783]
  • Added support for creating and updating Template Spec in Bicep file [#15313]
  • Added '-ProceedIfNoChange' parameter to deployment create cmdlets.

Az.ServiceFabric

  • Fixed Managed and Classic Application models (Application, Cluster, Service) by updating constructor to take all new properties
    • This solves piping related issues where piping the results directly from a Get cmdlet call into and Update or Set call remove some intentionally set properties
    • Updated appropriate test files to cover the above mentioned cases

Az.Sql

  • Fixed identity logic in 'Set-AzSqlServer' and 'Set-AzSqlInstance'

Az.Storage

  • Supported Blob Last Access Time
    • 'Enable-AzStorageBlobLastAccessTimeTracking'
    • 'Disable-AzStorageBlobLastAccessTimeTracking'
    • 'Add-AzStorageAccountManagementPolicyAction'
  • Made 'Get-AzDataLakeGen2ChildItem' list all datalake gen2 items by default, instead of needing user to list chunk by chunk.
  • Fixed BlobProperties is empty issue when using sas without prefix '?' [#15460]
  • Fixed synchronously copy small blob failure [#15548]
    • 'Copy-AzStorageBlob'

Az.Websites

  • Fixed 'Add-AzWebAppAccessRestrictionRule' failing when users does not have permissions to get Service Tag list #15316 and #14862

Thanks to our community contributors

Don't miss a new azure-powershell release

NewReleases is sending notifications on new releases.