Az 2.6.0
Gallery Module for ARM .NET Standard cmdlets: link
To install Az from the PowerShell Gallery, run the following command:
Install-Module -Name Az -Repository PSGallery -ForceTo update from an older version of Az, run the following command:
Update-Module -Name AzChanges since last release
General
- Fixed miscellaneous typos across numerous modules
 
Az.Accounts
- Added support for user-assigned MSI in Azure Functions authentication (#9479)
 
Az.Aks
- Fixed issue with output for 'Get-AzAks' (#9847)
 
Az.ApiManagement
- Fixed issue with whitespace in 
productId,apiId,groupId,userId(#9351) - Get-AzApiManagementProduct - Added support for querying products using API (#9482)
 - New-AzApiManagementApiRevision - Fixed issue where ApiRevisionDescription was not set when creating new API revision (#9752)
 - Fixed typo in model 
PsApiManagementOAuth2AuthrozationServertoPsApiManagementOAuth2AuthorizationServer 
Az.Batch
- Fixed typos in help message and documentation
 
Az.Cdn
- Fixed a typo in CDN module conversion helper
 
Az.Compute
- Added VmssId to New-AzVMConfig cmdlet
 - Added 
TerminateScheduledEventsandTerminateScheduledEventNotBeforeTimeoutInMinutesparameters to New-AzVmssConfig and Update-AzVmss - Added 
HyperVGenerationproperty to VM image object - Added Host and HostGroup features
- New cmdlets:
- New-AzHostGroup
 - New-AzHost
 - Get-AzHostGroup
 - Get-AzHost
 - Remove-AzHostGroup
 - Remove-AzHost
 
 - Added 
HostIdparameter to New-AzVMConfig and New-AzVM 
 - New cmdlets:
 - Updated example in Invoke-AzVMRunCommand documentation to use correct parameter name
 - Updated 
-VolumeTypedescription in Set-AzVMDiskEncryptionExtension and Set-AzVmssDiskEncryptionExtension reference documentation 
Az.DataFactory
- Fixed typos in New-AzDataFactoryEncryptValue documentation
 - Updated ADF .Net SDK version to 4.1.2
 - Added parameters to Set-AzureRmDataFactoryV2IntegrationRuntime to enable Self-Hosted Integration Runtime as a proxy for SSIS Integration Runtime:
DataProxyIntegrationRuntimeNameDataProxyStagingLinkedServiceNameDataProxyStagingPath
 - Updated PSTriggerRun to show the triggered pipelines, message and properties, and PSActivityRun to show the activity type
 
Az.DataLakeStore
- Fixed issue where Get-DataLakeStoreDeletedItem would hang on errors and remote exceptions
 
Az.EventHub
- Fixed typo 
VirtualNteworkRulein Set-AzEventHubNetworkRuleSet (#9658) - Fixed issue where Set-AzEventHubNamespace used PATCH instead of PUT (#9558)
 - Added 
EnableKafkaparameter to Set-AzEventHubNamespace cmdlet - Fixed issue with creating rules with 
Listenrights (#9786) 
Az.MarketplaceOrdering
- Fixed documentation typos
 
Az.Monitor
- Fixed incorrect parameter name in help documentation
 
Az.Network
- Updated New-AzPrivateLinkServiceIpConfig:
- Deprecated the parameter 
PublicIpAddresssince this is never used in the server side. - Added optional parameter 
Primarythat indicates if the current IP configuration is the primary one 
 - Deprecated the parameter 
 - Improved handling of request error exception from SDK
 - Fixed validation logic for Ipv6 IP Prefix to check for correct IPv6 prefix length
 - Added parameter set to get by subnet resource id to Get-AzVirtualNetworkSubnetConfig
 - Updated description of Location parameter for AzNetworkServiceTag
 
Az.OperationalInsights
- Updated documentation for New-AzOperationalInsightsLinuxSyslogDataSource:
- Added example
 - Updated description for 
-Nameparameter 
 - Added an example for New-AzOperationalInsightsWindowsEventDataSource
 - Changed the description of the 
-Nameparameter for New-AzOperationalInsightsWindowsEventDataSource 
Az.RecoveryServices
- Updated documentation for Get-AzRecoveryServicesBackupJobDetail
 
Az.Resources
- Added support for new API version 2019-05-10 for Microsoft.Resource
- Add support for 'copy.count = 0' for variables, resources and properties
 - Resources with 'condition = false' or 'copy.count = 0' will be deleted in complete mode
 
 - Added an example of assigning policy at the subscription level
 
Az.ServiceBus
- Fixed typo 
VirtualNetworkRuleparameter in Set-AzServiceBusNetworkRuleSet Fix for issue #9658 : Typo - Fixed issue with creating 
Listen-only rules (#9786) - Added new command Test-AzServiceBusNameAvailability to check the name availability for queue and topic
 
Az.ServiceFabric
- Fixed NullReferenceException when a resource group has a VMSS not related to the service fabric cluster (#8681)
 - Fixed bug where cmdlets failed if virtualNetwork was in a different resource group than the cluster (#8407)
 - Deprecated Add-AzServiceFabricApplicationCertificate cmdlet
 
Az.Sql
- Updated documentation for old Auditing cmdlets
 
Az.Storage
- Updated help for Close-AzStorageFileHandle and Get-AzStorageFileHandle, added more scenarios to cmdlet examples and updated parameter descriptions
 - Added support for 
StandardBlobTierin blob uploads and copies - Added support for 
Rehydratepriority in blob copy 
Az.Websites
- Added clarification around 
-AppSettingsparameter for Set-AzWebApp and Set-AzWebAppSlot