Gallery Module for Azure PowerShell : https://www.powershellgallery.com/packages/Az/5.4.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.4.0-ubuntu-18.04
- mcr.microsoft.com/azure-powershell:debian-9
- mcr.microsoft.com/azure-powershell:5.4.0-debian-9
- mcr.microsoft.com/azure-powershell:centos-7
- mcr.microsoft.com/azure-powershell:5.4.0-centos-7
- mcr.microsoft.com/azure-powershell:alpine-3.10
- mcr.microsoft.com/azure-powershell:5.4.0-alpine-3.10
5.4.0 - January 2021
Az.Accounts
- Shown correct client request id on debug message [#13745]
- Added common Azure PowerShell exception type
- Supported storage API 2019-06-01
Az.Automation
- Fixed issue where description was not populated for update management schedules
Az.CosmosDB
- General availability of 'Az.CosmosDB' module
- Restricting New-AzCosmosDBAccount cmdlet to make update calls to existing Database Accounts.
- Introducing AnalyticalStorageTTL in SqlContainer.
Az.IotHub
- Fixed a regression regarding SAS token generation
Az.KeyVault
- Fixed an issue in Secret Management module
Az.LogicApp
- Fixed issue that 'Get-AzLogicAppTriggerHistory' and 'Get-AzLogicAppRunAction' only retrieving the first page of results [#9141]
Az.Monitor
- Added cmdlets for data collection rules:
- 'Get-AzDataCollectionRule'
- 'New-AzDataCollectionRule'
- 'Set-AzDataCollectionRule'
- 'Update-AzDataCollectionRule'
- 'Remove-AzDataCollectionRule'
- Added cmdlets for data collection rules associations
- 'Get-AzDataCollectionRuleAssociation'
- 'New-AzDataCollectionRuleAssociation'
- 'Remove-AzDataCollectionRuleAssociation'
Az.Network
- Added new cmdlets for CRUD of VpnGatewayNATRule.
- 'New-AzAzVpnGatewayNatRule'
- 'Update-AzAzVpnGatewayNatRule'
- 'Get-AzAzVpnGatewayNatRule'
- 'Remove-AzAzVpnGatewayNatRule'
- Updated cmdlets to set NATRule on VpnGateway resource and associate it with VpnSiteLinkConnection resource.
- 'New-AzVpnGateway'
- 'Update-AzVpnGateway'
- 'New-AzVpnSiteLinkConnection'
- Updated cmdlets to enable setting of ConnectionMode on Virtual Network Gateway Connections.
- 'New-AzVirtualNetworkGatewayConnection'
- 'Set-AzVirtualNetworkGatewayConnection'
- Updated 'New-AzFirewallPolicyApplicationRule' cmdlet:
- Added parameter TargetUrl
- Added parameter TerminateTLS
- Added new cmdlets for Azure Firewall Premium Features
- 'New-AzFirewallPolicyIntrusionDetection'
- 'New-AzFirewallPolicyIntrusionDetectionBypassTraffic'
- 'New-AzFirewallPolicyIntrusionDetectionSignatureOverride'
- Updated New-AzFirewallPolicy cmdlet:
- Added parameter -SkuTier
- Added parameter -Identity
- Added parameter -UserAssignedIdentityId
- Added parameter -IntrusionDetection
- Added parameter -TransportSecurityName
- Added parameter -TransportSecurityKeyVaultSecretId
- Added new cmdlet to fetch IKE Security Associations for Virtual Network Gateway Connections.
- 'Get-AzVirtualNetworkGatewayConnectionIkeSa'
- Added multiple Authentication support for p2sVpnGateway
- Updated New-AzVpnServerConfiguration and Update-AzVpnServerConfiguration to allow multiple authentication parameters to be set.
- Updated 'New-AzVpnGateway' and 'New-AzP2sVpnGateway' cmdlet:
- Added parameter EnableRoutingPreferenceInternetFlag
Az.RecoveryServices
- Added Cross Region Restore feature.
- Blocked getting workload config when target item is an availability group.
Az.Resources
- Added support for -QueryString parameter in New-Az*Deployments cmdlets
Az.Sql
- Made 'Start-AzSqlInstanceDatabaseLogReplay' cmdlet synchronous, added -AsJob flag
Az.Storage
- Fix ContinuationToken never null when list blob with -IncludeVersion
- 'Get-AzStorageBlob'
Az.Websites
- Added support for App Service Managed certificates
- 'New-AzWebAppCertificate'
- 'Remove-AzWebAppCertificate'
- Fixed issue that causes Docker Password to be removed from appsettings in 'Set-AzWebApp' and 'Set-AzWebAppSlot'
Thanks to our community contributors
- Ivan Akcheurov (@ivanakcheurov), Update Set-AzSecurityWorkspaceSetting.md (#13877)
- @javiermarasco, Update example (#13837)
- @jhaprakash26, Update Set-AzVirtualNetwork.md (#13857)
- Michael Holmes (@MichaelHolmesWP), Update New-AzStorageTableStoredAccessPolicy.md (#13871)
- Michael James (@mikejwhat), Allow Get-AzLogicAppTriggerHistory and Get-AzLogicAppRunAction to return more than 30 results (#13846)
- @Willem-J-an, Fix bug causing Docker Password to be removed from appsettings in Set-AzWebApp(Slot) (#13866)