Azure PowerShell v2.5.0 Release Notes

Release Date: 2019-07-26 // over 4 years ago
  • Az 2.5.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 -Force
    

    โšก๏ธ To update from an older version of Az, run the following command:

    Update-Module -Name Az
    

    ๐Ÿš€ Changes since last release

    Az.Accounts

    • โšก๏ธ Update common code to use latest version of ClientRuntime

    Az.ApplicationInsights

    • ๐Ÿ›  Fix example typo in 'Remove-AzApplicationInsightsApiKey' documentation

    Az.Automation

    • ๐Ÿ›  Fix typo in resource string

    Az.CognitiveServices

    • โž• Added NetworkRuleSet support.

    Az.Compute

    • โž• Add missing properties (ComputerName, OsName, OsVersion and HyperVGeneration) of VM instance view object.

    Az.ContainerRegistry

    • ๐Ÿ›  Fix typo in Remove-AzContainerRegistryReplication for Replication parameter
      • More information here #9633

    Az.DataFactory

    • โšก๏ธ Updated ADF .Net SDK version to 4.1.0
    • ๐Ÿ›  Fix typo in documentation for 'Get-AzDataFactoryV2PipelineRun'

    Az.EventHub

    • โž• Added new cmmdlet added for generating SAS token : New-AzEventHubAuthorizationRuleSASToken
    • โž• added verification and error message for authorizationrules rights if only 'Manage' is assigned

    Az.KeyVault

    • โž• Added support to specify the KeySize for Certificate Policies

    Az.LogicApp

    • ๐Ÿ›  Fix for Get-AzIntegrationAccountMap to list all map types
      • Added new MapType parameter for filtering

    Az.ManagedServices

    • โž• Added support for api version 2019-06-01 (GA)

    Az.Network

    • โž• Add support for private endpoint and private link service
      • New cmdlets
      • Set-AzPrivateEndpoint
      • Set-AzPrivateLinkService
      • Approve-AzPrivateEndpointConnection
      • Deny-AzPrivateEndpointConnection
      • Get-AzPrivateEndpointConnection
      • Remove-AzPrivateEndpointConnection
      • Test-AzPrivateLinkServiceVisibility
      • Get-AzAutoApprovedPrivateLinkService
    • โšก๏ธ Updated below commands for feature: PrivateEndpointNetworkPolicies/PrivateLinkServiceNetworkPolicies flag on Subnet in Virtualnetwork
      • Updated New-AzVirtualNetworkSubnetConfig/Set-AzVirtualNetworkSubnetConfig/Add-AzVirtualNetworkSubnetConfig
      • Added optional parameter -PrivateEndpointNetworkPoliciesFlag to indicate that enable or disable apply network policies on pivate endpoint in this subnet.
      • Added optional parameter -PrivateLinkServiceNetworkPoliciesFlag to indicate that enable or disable apply network policies on private link service in this subnet.
    • AzPrivateLinkService's cmdlet parameter 'ServiceName' was renamed to 'Name' with an alias 'ServiceName' for backward compatibility
    • ๐Ÿ”’ Enable ICMP protocol for network security rule configurations
      • Updated cmdlets
      • Add-AzNetworkSecurityRuleConfig
      • New-AzNetworkSecurityRuleConfig
      • Set-AzNetworkSecurityRuleConfig
    • โž• Add ConnectionProtocolType (Ikev1/Ikev2) as a configurable parameter for New-AzVirtualNetworkGatewayConnection
    • โž• Add PrivateIpAddressVersion in LoadBalancerFrontendIpConfiguration
      • Updated cmdlet:
      • New-AzLoadBalancerFrontendIpConfig
      • Add-AzLoadBalancerFrontendIpConfig
      • Set-AzLoadBalancerFrontendIpConfig
    • โšก๏ธ Application Gateway New-AzApplicationGatewayProbeConfig command update for supporting custom port in Probe
      • Updated New-AzApplicationGatewayProbeConfig: Added optional parameter Port which is used for probing backend server. This parameter is applicable for Standard_V2 and WAF_V2 SKU.

    Az.OperationalInsights

    • โšก๏ธ Updated default version for saved searches to be 1.
    • ๐Ÿ›  Fixed custom log null regex handling

    Az.RecoveryServices

    • โšก๏ธ Update 'Get-AzRecoveryServicesBackupJob.md'
    • โšก๏ธ Update 'Get-AzRecoveryServicesBackupContainer.md'
    • โšก๏ธ Update 'Get-AzRecoveryServicesVault.md'
    • โšก๏ธ Update 'Wait-AzRecoveryServicesBackupJob.md'
    • โšก๏ธ Update 'Set-AzRecoveryServicesVaultContext.md'
    • โšก๏ธ Update 'Get-AzRecoveryServicesBackupItem.md'
    • โšก๏ธ Update 'Get-AzRecoveryServicesBackupRecoveryPoint.md'
    • โšก๏ธ Update 'Restore-AzRecoveryServicesBackupItem.md'
    • โšก๏ธ Updated service call for Unregistering container for Azure File Share
    • โšก๏ธ Update 'Set-AzRecoveryServicesAsrAlertSetting.md'

    Az.Resources

    • โœ‚ Remove missing cmdlet referenced in 'New-AzResourceGroupDeployment' documentation
    • โšก๏ธ Updated policy cmdlets to use new api version 2019-01-01

    Az.ServiceBus

    • โž• Added new cmmdlet added for generating SAS token : New-AzServiceBusAuthorizationRuleSASToken
    • โž• added verification and error message for authorizationrules rights if only 'Manage' is assigned

    Az.Sql

    • ๐Ÿ›  Fix missing examples for Set-AzSqlDatabaseSecondary cmdlet
    • ๐Ÿ›  Fix set Vulnerability Assessment recurring scans without providing any email addresses
    • ๐Ÿ›  Fix a small typo in a warining message.

    Az.Storage

    • ๐Ÿ“š Update example in reference documentation for 'Get-AzStorageAccount' to use correct parameter name

    Az.StorageSync

    • โž• Adding Invoke-AzStorageSyncChangeDetection cmdlet.
    • ๐Ÿ›  Fix Issue 9551 for honoring TierFilesOlderThanDays

    Az.Websites

    • ๐Ÿ›  Fixing a bug where some SiteConfig properties were not returned by Get-AzWebApp and Set-AzWebApp
    • โž• Adds a new Location parameter to Get-AzDeletedWebApp and Restore-AzDeletedWebApp
    • ๐Ÿ›  Fixes a bug with cloning web app slots using New-AzWebApp -IncludeSourceWebAppSlots