Azure PowerShell v2.6.0 Release Notes

Release Date: 2019-08-01 // over 4 years ago
  • 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 PsApiManagementOAuth2AuthrozationServer to PsApiManagementOAuth2AuthorizationServer

    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 TerminateScheduledEvents and TerminateScheduledEventNotBeforeTimeoutInMinutes parameters to New-AzVmssConfig and Update-AzVmss
    • โž• Added HyperVGeneration property to VM image object
    • โž• Added Host and HostGroup features
      • New cmdlets:
      • New-AzHostGroup
      • New-AzHost
      • Get-AzHostGroup
      • Get-AzHost
      • Remove-AzHostGroup
      • Remove-AzHost
      • Added HostId parameter to New-AzVMConfig and New-AzVM
    • Updated example in Invoke-AzVMRunCommand documentation to use correct parameter name
    • Updated -VolumeType description 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:
      • DataProxyIntegrationRuntimeName
      • DataProxyStagingLinkedServiceName
      • DataProxyStagingPath
    • 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 VirtualNteworkRule in Set-AzEventHubNetworkRuleSet (#9658)
    • ๐Ÿ›  Fixed issue where Set-AzEventHubNamespace used PATCH instead of PUT (#9558)
    • Added EnableKafka parameter to Set-AzEventHubNamespace cmdlet
    • ๐Ÿ›  Fixed issue with creating rules with Listen rights (#9786)

    Az.MarketplaceOrdering

    • ๐Ÿ›  Fixed documentation typos

    Az.Monitor

    • ๐Ÿ›  Fixed incorrect parameter name in help documentation

    Az.Network

    • ๐Ÿ†• Updated New-AzPrivateLinkServiceIpConfig:
      • Deprecated the parameter PublicIpAddress since this is never used in the server side.
      • Added optional parameter Primary that indicates if the current IP configuration is the primary one
    • ๐Ÿ‘Œ 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 -Name parameter
    • ๐Ÿ†• Added an example for New-AzOperationalInsightsWindowsEventDataSource
    • ๐Ÿ†• Changed the description of the -Name parameter 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 VirtualNetworkRule parameter 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 StandardBlobTier in blob uploads and copies
    • โž• Added support for Rehydrate priority in blob copy

    Az.Websites

    • Added clarification around -AppSettings parameter for Set-AzWebApp and Set-AzWebAppSlot