Azure PowerShell v1.4.0 Release Notes

Release Date: 2019-02-01 // about 5 years ago
  • ๐Ÿš€ Highlights since the last major release

    • General availability of Az module
    • For more information about the Az module, please visit the following: https://aka.ms/azps-announce
    • โž• Added Location, ResourceGroup, and ResourceName completers: https://azure.microsoft.com/en-us/blog/completers-in-azure-powershell/
    • โž• Added interactive and username/password authentication for Windows PowerShell 5.1 only
    • โž• Added support for Python 2 runbooks in Az.Automation
    • ๐Ÿ”ง Az.LogicApp: New cmdlets for Integration Account Assemblies and Batch Configuration

    Az.AnalysisServices

    • ๐Ÿ—„ Deprecated AddAzureASAccount cmdlet

    Az.Automation

    • โšก๏ธ Update help for Import-AzAutomationDscNodeConfiguration
    • โž• Added configuration name validation to Import-AzAutomationDscConfiguration cmdlet
    • ๐Ÿ‘Œ Improved error handling for Import-AzAutomationDscConfiguration cmdlet

    Az.CognitiveServices

    • โž• Added CustomSubdomainName as a new optional parameter for New-AzCognitiveServicesAccount which is used to specify subdomain for the resource.

    Az.Compute

    • ๐Ÿ›  Fix issue with ID parameter sets
    • โšก๏ธ Update Get-AzVMExtension to list all installed extension if Name parameter is not provided
    • โž• Add Tag and ResourceId parameters to Update-AzImage cmdlet
    • Get-AzVmssVM without instance ID and with InstanceView can list VMSS VMs with instance view.

    Az.DataLakeStore

    • โž• Add cmdlets for ADL deleted item enumerate and restore

    Az.EventHub

    • โž• Added new boolean property SkipEmptyArchives to Skip Empty Archives in CaptureDescription class of Eventhub

    Az.KeyVault

    • ๐Ÿ›  Fix tagging on Set-AzKeyVaultSecret

    Az.LogicApp

    • โž• Add in Basic sku for Integration Accounts
    • โž• Add in XSLT 2.0, XSLT 3.0 and Liquid Map Types
    • ๐Ÿ†• New cmdlets for Integration Account Assemblies
      • Get-AzIntegrationAccountAssembly
      • New-AzIntegrationAccountAssembly
      • Remove-AzIntegrationAccountAssembly
      • Set-AzIntegrationAccountAssembly
    • ๐Ÿ†• New cmdlets for Integration Account Batch Configuration
      • Get-AzIntegrationAccountBatchConfiguration
      • New-AzIntegrationAccountBatchConfiguration
      • Remove-AzIntegrationAccountBatchConfiguration
      • Set-AzIntegrationAccountBatchConfiguration
    • โšก๏ธ Update Logic App SDK to version 4.1.0

    Az.Monitor

    • โšก๏ธ Update help for Get-AzMetric

    Az.Network

    • โšก๏ธ Update help example for Add-AzApplicationGatewayCustomError

    Az.OperationalInsights

    • โž• Additional support for New and Get ApplicationInsights data source.
      • Added new 'ApplicationInsights' kind to support Get specific and Get all ApplicationInsights data sources for given workspace.
      • Added New-AzOperationalInsightsApplicationInsightsDataSource cmdlet for creating data source by given Application-Insights resource parameters: subscription Id, resourceGroupName and name.

    Az.Resources

    Az.Sql

    • โž• Add support for SQL DB Hyperscale tier
    • ๐Ÿ›  Fixed bug where restore could fail due to setting unnecessary properties in restore request

    Az.Websites

    • Correct example in Get-AzWebAppSlotMetrics