Skip to content

Az 13.0.0

Latest
Compare
Choose a tag to compare
@BethanyZhou BethanyZhou released this 15 Nov 07:20

Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/13.0.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:alpine-3.17
  • mcr.microsoft.com/azure-powershell:13.0.0-alpine-3.17
  • mcr.microsoft.com/azure-powershell:debian-12
  • mcr.microsoft.com/azure-powershell:13.0.0-debian-12
  • mcr.microsoft.com/azure-powershell:mariner-2
  • mcr.microsoft.com/azure-powershell:13.0.0-mariner-2
  • mcr.microsoft.com/azure-powershell:mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:13.0.0-mariner-2-arm64
  • mcr.microsoft.com/azure-powershell:ubi-9
  • mcr.microsoft.com/azure-powershell:13.0.0-ubi-9
  • mcr.microsoft.com/azure-powershell:ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:13.0.0-ubuntu-20.04
  • mcr.microsoft.com/azure-powershell:ubuntu-22.04
  • mcr.microsoft.com/azure-powershell:13.0.0-ubuntu-22.04

Release Notes

13.0.0 - November 2024

Az.Accounts 4.0.0

  • [Breaking Change] Removed alias 'Resolve-Error' for the cmdlet 'Resolve-AzError'.
  • Updated the 'Get-AzAccessToken' breaking change warning message.
  • Added Long Running Operation Support for Invoke-AzRest command.

Az.App 2.0.0

  • The parameters of the 'New-AzContainerApp', 'New-AzContainerAppJob', 'Update-AzContainerApp', 'Update-AzContainerAppJob' commands have changed.
    • 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
    • The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.

Az.Compute 9.0.0

  • Made '-PublicIpSku' parameter Standard by default in 'New-AzVM'

Az.ConnectedMachine 1.1.0

  • Updated preview version api of HybridCompute to 2024-07-31

Az.ContainerInstance 4.1.0

  • Added ContainerGroupProfileId ContainerGroupProfileRevision StandbyPoolProfileFailContainerGroupCreateOnReuseFailure StandbyPoolProfileId to Container Group properties.
  • Added ConfigMapKeyValuePair to Container object properties.
  • Added new cmdlet to define container without using the preset default properties New-AzContainerInstanceNoDefaultObject
  • Added new cmdlets for Container Group Profile - Get-AzContainerInstanceContainerGroupProfile, New-AzContainerInstanceContainerGroupProfile, Remove-AzContainerInstanceContainerGroupProfile, Update-AzContainerInstanceContainerGroupProfile, Get-AzContainerInstanceContainerGroupProfileRevision

Az.DesktopVirtualization 5.4.0

  • Added top level arm object for app attach packages

Az.DevCenter 2.0.0

  • Updated data plane to 2024-05-01-preview and removed deprecation warnings.

Az.Dns 1.3.0

  • Added 'NAPTR' record type support in cmdlets.

Az.DnsResolver 1.1.0

  • Added 4 new DNS Resolver Policy (DNS Security Policy) resources into the cmdlets
    • DNS Resolver Policy (DNS Security Policy)
    • DNS Security Rule
    • DNS Resolver Policy Link (DNS Security Policy Link)
    • DNS Resolver Domain List

Az.ElasticSan 1.2.0

  • Removed breaking change warnings for MI best practices
    • 'New-AzElasticSanVolumeGroup'
    • 'Update-AzElasticSanVolumeGroup'

Az.HDInsight 6.3.0

  • Changed the type of parameter '-IdentityId' in command 'Update-AzHDInsightCluster' from 'string' to 'string[]'.

Az.KeyVault 6.3.0

  • Added Secret URI Parameter to Key Vault Secret Cmdlets [#23053]

Az.Monitor 6.0.0

  • The parameters of the 'New-AzDataCollectionEndpoint', 'New-AzDataCollectionRule', 'Update-AzDataCollectionEndpoint', 'Update-AzDataCollectionRule' commands have changed.
    • 'IdentityType' has been removed. 'EnableSystemAssignedIdentity' is used to enable/disable system-assigned identities.
    • The type of 'UserAssignedIdentity' is simplified to an array of strings that is used to specify the user's assigned identity.

Az.Network 7.11.0

  • Updated Device Update Private Link provider configuration
    • Updated Microsoft.DeviceUpdate/accounts API version to 2023-07-01

Az.RecoveryServices 7.3.0

  • Added CRR support for southeastus, westus3 regions.
  • Added support for enabling Disk access settings for managed VM restores.

Az.Resources 7.7.0

  • Updated Resources SDK to 2024-07-01.

Az.Sql 6.0.0

  • Added 'Start-AzSqlInstanceLinkFailover' cmdlet for Managed Instance Link.
  • Updated 'New-AzSqlInstanceLink' with new input parameters
    • Added 'DistributedAvailabilityGroupName', 'FailoverMode', 'InstanceLinkRole', 'SeedingMode'
    • Renamed 'SecondaryAvailabilityGroupName' -> 'InstanceAvailabilityGroupName'
      'SourceEndpoint' -> 'PartnerEndpoint'
      'PrimaryAvailabilityGroupName' -> 'PartnerAvailabilityGroupName'
    • 'TargetDatabase' -> 'Database', parameter type is changed from string to string[].
  • Updated 'AzureSqlManagedInstanceLinkModel' that is a return type of 'New-AzSqlInstanceLink', 'Get-AzSqlInstanceLink', 'Update-AzSqlInstanceLink' ,'Remove-AzSqlInstanceLink'
  • Added new optional parameter for 'New-AzSqlDatabaseSecondary' to support cross-subscription geo-replication.

Az.Storage 8.0.0

  • When downloading blob with parameter AbsoluteUri (alias Uri, BlobUri), not allow input parameter Context together.
    • 'Get-AzStorageBlobContent'
  • Migrated following Azure Storage File dataplane cmdlets from 'Microsoft.Azure.Storage.File' to 'Azure.Storage.Files.Shares'
    • 'Close-AzStorageFileHandle'
    • 'Get-AzStorageFile'
    • 'Get-AzStorageFileContent'
    • 'Get-AzStorageFileCopyState'
    • 'Get-AzStorageFileHandle'
    • 'Get-AzStorageShare'
    • 'Get-AzStorageShareStoredAccessPolicy'
    • 'New-AzStorageDirectory'
    • 'New-AzStorageShare'
    • 'New-AzStorageFileSASToken'
    • 'New-AzStorageShareSASToken'
    • 'New-AzStorageShareStoredAccessPolicy'
    • 'Remove-AzStorageDirectory'
    • 'Remove-AzStorageFile'
    • 'Remove-AzStorageShare'
    • 'Remove-AzStorageShareStoredAccessPolicy'
    • 'Rename-AzStorageDirectory'
    • 'Rename-AzStorageFile'
    • 'Set-AzStorageFileContent'
    • 'Set-AzStorageShareQuota'
    • 'Set-AzStorageShareStoredAccessPolicy'
    • 'Start-AzStorageFileCopy'
    • 'Stop-AzStorageFileCopy'

Thanks to our community contributors

SHA256 Hashes of the release artifacts

  • Az-Cmdlets-{version-commitnumber}.tar.gz
    • BAB1D61244808000B971F89153DFD9D91A2F42AC939DB1C53E848EC06EF59CF3