Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.8.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.8.0-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:5.8.0-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:5.8.0-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:5.8.0-alpine-3.10
5.8.0 - April 2021
Az.Accounts
- Fallback to first valid context if current default context key is 'Default' which is invalid
Az.Automation
- Added support for Customer Managed Key Encryption with System Assigned Identity
- Fixed issue that disables the schedule for update deployment if schedule was re-created with same name
Az.Compute
- Fixed a bug when 1 data disk attached to VMSS for Remove-AzVmssDataDisk [#13368]
- Added new cmdlets to support TrustedLaunch related cmdlets:
- 'Set-AzVmSecurityProfile'
- 'Set-AzVmUefi'
- 'Set-AzVmssSecurityProfile'
- 'Set-AzVmssUefi'
- Edited default value for Size parameter in New-AzVM cmdlet from Standard_DS1_v2 to Standard_D2s_v3.
Az.ContainerRegistry
- Fixed bug in 'Get-AzContainerRegistryManifest' showing incorrect image name
Az.HDInsight
- Supported getting default vmsize from backend if customer does not provide the related parameters: '-WorkerNodeSize', '-HeadNodeSize', '-ZookeeperNodeSize', '-EdgeNodeSize', '-KafkaManagementNodeSize'.
Az.HealthcareApis
- Added support for Acr LoginServers
Az.KeyVault
- Fixed a bug for 'Get-AzKeyVaultSecret -AsPlainText' if the secret is not found [#14645]
Az.Migrate
- Nullref Bug fixed in get discovered server and initialize replication infrastructure commandlets.
Az.Monitor
- Added cmdlet to get diagnostic setting categories for subscription
- 'Get-AzSubscriptionDiagnosticSettingCategory'
- Supported subscription diagnostic setting operations with new parameter: SubscriptionId
- 'Get-AzDiagnosticSetting'
- 'New-AzDiagnosticSetting'
- 'Remove-AzDiagnosticSetting'
- Supported 'AutoMitigate' parameter in metric alert rule properties. The flag indicates whether the alert should be auto resolved or not.
Az.Resources
- Added upcoming breaking change warnings on below cmdlets, because the value of 'IdentifierUris' parameter will need verified domain.
- 'New-AzADApplication'
- 'Update-AzADApplication'
- 'New-AzADServicePrincipal'
- 'Update-AzADServicePrincipal'
- Ignored Bicep warning message in error stream if exitcode equals zero.
Az.Sql
- Added cmdlet output breaking change warnings to the following:
- 'New-AzSqlDatabase'
- 'Get-AzSqlDatabase'
- 'Set-AzSqlDatabase'
- 'Remove-AzSqlDatabase'
- 'New-AzSqlDatabaseSecondary'
- 'Remove-AzSqlDatabaseSecondary'
- 'Get-AzSqlDatabaseReplicationLink'
- 'New-AzSqlDatabaseCopy'
- 'Set-AzSqlDatabaseSecondary'
Az.Storage
- Fixed copy blob fail with source context as Oauth [#14662]
- 'Start-AzStorageBlobCopy'
Az.StreamAnalytics
- Added upcoming breaking change warning message to all cmdlets because of upcoming changes on parameters.
Thanks to our community contributors
- Andrei Zhukouski (@BurgerZ), Fix typo (#14575)
- Mark Allison (@markallisongit), Update Invoke-AzSqlInstanceFailover.md (#14603)